Class ParseException
This exception is thrown whenever there is a problem parsing an expression.
Implements
Inherited Members
Namespace: Evergine.Framework.Helpers.BoolEvaluation.Exceptions
Assembly: Evergine.Framework.dll
Syntax
public class ParseException : Exception, ISerializable
Constructors
ParseException(string, int)
Initializes a new instance of the ParseException class.
Declaration
public ParseException(string message, int position)
Parameters
Type | Name | Description |
---|---|---|
string | message | The exception message. |
int | position | The exception position. |
ParseException(string, int, Exception)
Initializes a new instance of the ParseException class.
Declaration
public ParseException(string message, int position, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | The exception message. |
int | position | The exception position. |
Exception | innerException | The inner exception. |
Properties
Position
Gets the exception position.
Declaration
public int Position { get; }
Property Value
Type | Description |
---|---|
int |