XsltException Constructor (String^, Exception^)
.NET Framework (current version)
Initializes a new instance of the XsltException class.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- message
-
Type:
System::String^
The description of the error condition.
- innerException
-
Type:
System::Exception^
The Exception which threw the XsltException, if any. This value can be null.
.NET Framework
Available since 1.1
Available since 1.1
Show: