Search Results for

    Show / Hide Table of Contents

    Class UnknownIdentifierException

    This exception is thrown whenever there is a problem parsing an identifier.

    Inheritance
    object
    Exception
    ParseException
    UnknownIdentifierException
    Inherited Members
    ParseException.Position
    Namespace: Evergine.Framework.Helpers.BoolEvaluation.Exceptions
    Assembly: Evergine.Framework.dll
    Syntax
    public class UnknownIdentifierException : ParseException

    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 of the identifier.

    Properties

    Identifier

    Gets the identifier text.

    Declaration
    public string Identifier { get; }
    Property Value
    Type Description
    string

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX