Search Results for

    Show / Hide Table of Contents

    Class ParseException

    This exception is thrown when there is a problem parsing an expression.

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

    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 message for the exception.

    int position

    The position of the exception.

    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 position of the exception.

    Exception innerException

    The inner exception.

    Properties

    Position

    Gets the position of the exception.

    Declaration
    public int Position { get; }
    Property Value
    Type Description
    int

    Extension Methods

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