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 Unknown
Declaration
public UnknownIdentifierException(string identifier, int position)
Parameters
Properties
Identifier
Gets the identifier text.
Declaration
public string Identifier { get; }
Property Value
Type | Description |
---|---|
string |