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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family