XsltException Constructor (String^, Exception^)

 

Initializes a new instance of the XsltException class.

Namespace:   System.Xml.Xsl
Assembly:  System.Xml (in System.Xml.dll)

public:
XsltException(
	String^ message,
	Exception^ innerException
)

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
Return to top
Show: