Windward Engine API Reference
InvalidXPathException Constructor
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.xml Namespace > InvalidXPathException Class : InvalidXPathException Constructor




xpath
The illegal xpath.
cause
The underlying exception thrown.

Glossary Item Box

Create the exception.

Syntax

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)
C# 
public InvalidXPathException( 
   string xpath,
   Exception 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

See Also

© 2019 All Rights Reserved.