XsltException Class

Definition

The exception that is thrown when an error occurs while processing an XSLT transformation.

public ref class XsltException : SystemException
public class XsltException : SystemException
[System.Serializable]
public class XsltException : SystemException
type XsltException = class
    inherit SystemException
[<System.Serializable>]
type XsltException = class
    inherit SystemException
Public Class XsltException
Inherits SystemException
Inheritance
Derived
Attributes

Constructors

Name Description
XsltException()

Initializes a new instance of the XsltException class.

XsltException(SerializationInfo, StreamingContext)
Obsolete.

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

XsltException(String, Exception)

Initializes a new instance of the XsltException class.

XsltException(String)

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

Properties

Name Description
Data

Gets a collection of key/value pairs that provide additional user-defined information about the exception.

(Inherited from Exception)
HelpLink

Gets or sets a link to the help file associated with this exception.

(Inherited from Exception)
HResult

Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.

(Inherited from Exception)
InnerException

Gets the Exception instance that caused the current exception.

(Inherited from