XPathException Constructor (String^, Exception^)
.NET Framework (current version)
Initializes a new instance of the XPathException class using the specified exception message and Exception object.
Assembly: System.Xml (in System.Xml.dll)
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
Available since 1.1
Silverlight
Available since 4.0
Show: