Version

EbnfLoadError Class Members

The following tables list the members exposed by EbnfLoadError.

Public Properties
 NameDescription
Public PropertyCharacterPositionGets the position of the error within the EBNF text.  
Public PropertyColumnGets the column within the line of the error.  
Public PropertyDescriptionGets the human-readable description of the error.  
Public PropertyLineNumberGets the line number of the error within the EBNF text.  
Public PropertyReasonReturns a constant which identifies the reason for the error.  
Public PropertyTextGets the erroneous text in the EBNF file.  
Public Methods
 NameDescription
Public MethodToStringReturns the string representation of this object.  
See Also