XmlSyntaxException | serializable |
System.Security (mscorlib.dll) | sealed class |
public sealed class XmlSyntaxException : SystemException {
// Public Constructors
public XmlSyntaxException( );
public XmlSyntaxException(int lineNumber);
public XmlSyntaxException(int lineNumber, string message);
public XmlSyntaxException(string message);
public XmlSyntaxException(string message, Exception inner);
}
This exception is thrown when there are syntax errors when parsing
XML.
Hierarchy
System.Object
System.Exception(System.Runtime.Serialization.ISerializable)
System.SystemException
XmlSyntaxException
|