XsltException::Message Property

 

Gets the formatted error message describing the current exception.

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

public:
property String^ Message {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The formatted error message describing the current exception.

.NET Framework
Available since 1.1
Return to top
Show: