| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal xpath As String, _ ByVal cause As Exception _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim xpath As String Dim cause As Exception Dim instance As New InvalidXPathException(xpath, cause) | |
| Managed Extensions for C++ | |
|---|---|
public: InvalidXPathException( string* xpath, Exception* cause ) | |
| C++/CLI | |
|---|---|
public: InvalidXPathException( String^ xpath, Exception^ cause ) | |
Parameters
- xpath
- The illegal xpath.
- cause
- The underlying exception thrown.
Requirements
Platforms: Windows 10, Windows NT, Windows Server