XsltException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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(String, Exception) |
Initializes a new instance of the |
| 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 |