XmlException.XmlExceptionErrorCode Enumeration

[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

See Also

Reference

System.Xml Namespace