XPathException::Message Property

 

Gets the description of the error condition for this exception.

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

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

Property Value

Type: System::String^

The string description of the error condition for this exception.

.NET Framework
Available since 1.1
Silverlight
Available since 4.0
Return to top
Show: