Chili.Opf3 Send comments on this topic.
OPathException Constructor(String,String,String)
See Also 
Chili.Opf3.Query.OPathParser Namespace > OPathException Class > OPathException Constructor : OPathException Constructor(String,String,String)




message
A message that describes the current exception.
token
The current token which generated the exception.
oPath
The whole OPath expression that is parsed.
Creates a new instance of the OPathException Class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal message As String, _
   ByVal token As String, _
   ByVal oPath As String _
)
Visual Basic (Usage)Copy Code
Dim message As String
Dim token As String
Dim oPath As String
 
Dim instance As OPathException(message, token, oPath)
C# 
public OPathException( 
   string message,
   string token,
   string oPath
)
Managed Extensions for C++ 
public: OPathException( 
   string* message,
   string* token,
   string* oPath
)
C++/CLI 
public:
OPathException( 
   String^ message,
   String^ token,
   String^ oPath
)

Parameters

message
A message that describes the current exception.
token
The current token which generated the exception.
oPath
The whole OPath expression that is parsed.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also