XsltException Constructor (String^)

 

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

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

public:
XsltException(
	String^ message
)

Parameters

message
Type: System::String^

The message that describes the error.

.NET Framework
Available since 2.0
Return to top
Show: