XPathException Constructor (String^)

 

Initializes a new instance of the XPathException class with the specified exception message.

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

public:
XPathException(
	String^ message
)

Parameters

message
Type: System::String^

The description of the error condition.

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