Class ParseException<TToken>
Thrown when a parse error is encountered during parsing.
Inheritance
- object
- Exception
- ParseException
- ParseException<TToken>
Implements
Inherited Members
- Exception.GetBaseException()
- Exception.ToString()
- Exception.GetType()
- Exception.TargetSite
- Exception.Message
- Exception.Data
- Exception.InnerException
- Exception.HelpLink
- Exception.Source
- Exception.HResult
- Exception.StackTrace
- Exception.SerializeObjectState
- object.MemberwiseClone()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()
Declaration
public class ParseException<TToken> : ParseException, ISerializable
Type Parameters
Name | Description |
---|---|
TToken |
The type of the tokens in the parser's input stream. |
Properties
Error
The ParseError<TToken> that caused this exception.
Declaration
public ParseError<TToken> Error { get; }
Property Value
Type | Description |
---|---|
ParseError<TToken> |