Mono Class Library: Overview

System.Xml.Xsl.XsltException: Property Members

The properties of System.Xml.Xsl.XsltException are listed below. For a list of all members, see the XsltException Members list.

See Also: Inherited members from System.SystemException

Public Properties

[read-only]
LineNumberint. Represents the line number of the error source (usually the related XPathNavigator's node location).
[read-only]
LinePositionint. Represents the column number of the error source (usually the related XPathNavigator's node location).
[read-only]
override
Messagestring. Represents the error message.
[read-only]
SourceUristring. Represents the URI of the error source (usually the base URI of the stylesheet document). It returns an empty string if such information is not available.