System.Xml.Xsl.XsltException Members

The members of System.Xml.Xsl.XsltException are listed below.

See Also: Inherited members from System.SystemException

Public Constructors

Initializes a new instance of the System.Xml.Xsl.XsltException class.

Initializes a new instance of the System.Xml.Xsl.XsltException class with a specified error message.

Initializes a new instance of the XsltException class.

Protected Constructors

Public Properties

[read-only]
LineNumberint.

Gets the line number indicating where the error occurred in the style sheet.

[read-only]
LinePositionint.

Gets the line position indicating where the error occurred in the style sheet.

[read-only]
override
Messagestring.

Gets the formatted error message describing the current exception.

[read-only]
SourceUristring.

Gets the location path of the style sheet.

Public Methods