Mono Class Library: Overview

System.Xml.Xsl.XsltException: Members

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

See Also: Inherited members from System.SystemException

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
The public constructor.

Protected Constructors

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.

Public Methods

override
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
Gets runtime serialization information of this instance into the parameter streaming context.