June 2003
Intermediate to advanced
714 pages
22h 8m
English
XmlSyntaxException
public sealed class XmlSyntaxException : SystemException { // Public Constructors public XmlSyntaxException( ); public XmlSyntaxException(intlineNumber); public XmlSyntaxException(intlineNumber, stringmessage); public XmlSyntaxException(stringmessage); public XmlSyntaxException(stringmessage, Exceptioninner); }
This exception is thrown when there are syntax errors when parsing XML.
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.SystemException
→
XmlSyntaxException