System.Xml.XmlException Members

The members of System.Xml.XmlException are listed below.

See Also: Inherited members from System.SystemException

Public Constructors

Initializes a new instance of the XmlException class.

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

Initializes a new instance of the XmlException class.

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

Protected Constructors

Public Properties

[read-only]
LineNumberint.

Gets the line number indicating where the error occurred.

[read-only]
LinePositionint.

Gets the line position indicating where the error occurred.

[read-only]
override
Messagestring.

Gets a message describing the current exception.

[read-only]
SourceUristring.

Gets the location of the XML file.

Public Methods