Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Syntax
'Declaration
Public Enumeration XmlExceptionErrorCode
public enum XmlExceptionErrorCode
public enum class XmlExceptionErrorCode
type XmlExceptionErrorCode
public enum XmlExceptionErrorCode
Members
| Member name | Description | |
|---|---|---|
| Others | ||
| UnexpectedEOF | ||
| BadNameChar | ||
| UnknownEncoding | ||
| UnexpectedToken | ||
| TagMismatch | ||
| UnexpectedEndTag | ||
| BadAttributeChar | ||
| MultipleRoots | ||
| InvalidRootData | ||
| XmlDeclNotFirst | ||
| InvalidXmlDecl | ||
| InvalidXmlSpace | ||
| DupAttributeName | ||
| InvalidCharacter | ||
| CDATAEndInText | ||
| InvalidCommentChars | ||
| LimitExceeded | ||
| BadOrUnsupportedEntity | ||
| UndeclaredNamespace | ||
| InvalidXmlPrefixMapping | ||
| NamespaceDeclXmlXmlns | ||
| InvalidPIName | ||
| DTDIsProhibited | ||
| EmptyName | ||
| InvalidNodeType | ||
| ElementNotFound |