The Xml
public class XmlErrorEventArgs: EventArgs
Public Class XmlErrorEventArgs
Inherits EventArgs
Property | Description |
---|---|
File |
Gets the absolute file position in the XML document where the error occurred. |
Line |
Gets the line number in the XML document that contains the error. |
Line |
Gets the character position within the line where the error occurred. |
Reason | Gets the reason for the error. |
URL | Gets the URL of the XML document containing the error. |