Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlException Constructor

 

Initializes a new instance of the XmlException class.

Namespace:   System.Xml
Assembly:  System.Xml (in System.Xml.dll)

NameDescription
System_CAPS_pubmethodXmlException()

Initializes a new instance of the XmlException class.

System_CAPS_protmethodXmlException(SerializationInfo^, StreamingContext)

Initializes a new instance of the XmlException class using the information in the SerializationInfo and StreamingContext objects.

System_CAPS_pubmethodXmlException(String^)

Initializes a new instance of the XmlException class with a specified error message.

System_CAPS_pubmethodXmlException(String^, Exception^)

Initializes a new instance of the XmlException class.

System_CAPS_pubmethodXmlException(String^, Exception^, Int32, Int32)

Initializes a new instance of the XmlException class with the specified message, inner exception, line number, and line position.

Return to top
Show:
© 2017 Microsoft