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