Chili.Opf3 Send comments on this topic.
OPathException Class Members
See Also  Properties  Methods 
Chili.Opf3.Query.OPathParser Namespace : OPathException Class


The following tables list the members exposed by OPathException.

Public Constructors

 NameDescription
Public ConstructorOPathException ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyData (Inherited from System.Exception)
Public PropertyHelpLink (Inherited from System.Exception)
Public PropertyInnerException (Inherited from System.Exception)
Public PropertyMessage (Inherited from System.Exception)
Public PropertyOPath Returns the whole OPath expression that is parsed.  
Public PropertySource (Inherited from System.Exception)
Public PropertyStackTrace (Inherited from System.Exception)
Public PropertyTargetSite (Inherited from System.Exception)
Public PropertyToken Returns the token that generated the exception.  
Top

Protected Properties

 NameDescription
Protected PropertyHResult (Inherited from System.Exception)
Top

Public Methods

 NameDescription
Public MethodGetBaseException (Inherited from System.Exception)
Public MethodGetObjectDataOverridden.  Restores the objects data after serialization.  
Public MethodGetType (Inherited from System.Exception)
Public MethodToStringOverridden.  Returns a string representation of the current instance of the class.  
Top

See Also