Chili.Opf3 Send comments on this topic.
Token Property
See Also 
Chili.Opf3.Query.OPathParser Namespace > OPathException Class : Token Property




Returns the token that generated the exception.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Token As String
Visual Basic (Usage)Copy Code
Dim instance As OPathException
Dim value As String
 
value = instance.Token
C# 
public string Token {get;}
Managed Extensions for C++ 
public: __property string* get_Token();
C++/CLI 
public:
property String^ Token {
   String^ get();
}

Return Value

The token that generated the exception.

Requirements

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

See Also