XPathException Constructor (String^, Exception^)

 

Initializes a new instance of the XPathException class using the specified exception message and Exception object.

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

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

Parameters

message
Type: System::String^

The description of the error condition.

innerException
Type: System::Exception^

The Exception that threw the XPathException, if any. This value can be null.

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