Search Results for

    Show / Hide Table of Contents

    Class AbstractSyntaxException

    Inheritance
    System.Object
    AbstractSyntaxException
    Namespace: TimeCockpit.Data.QueryLanguage
    Assembly: TimeCockpit.Data.QueryLanguage.dll
    Syntax
    public abstract class AbstractSyntaxException : Exception

    Constructors

    AbstractSyntaxException(SerializationInfo, StreamingContext)

    Declaration
    protected AbstractSyntaxException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info
    System.Runtime.Serialization.StreamingContext context

    AbstractSyntaxException(String, Exception)

    Declaration
    public AbstractSyntaxException(string message, Exception innerException)
    Parameters
    Type Name Description
    System.String message
    System.Exception innerException

    Properties

    ErrorToken

    Declaration
    public string ErrorToken { get; set; }
    Property Value
    Type Description
    System.String

    FriendlyMessge

    Declaration
    public string FriendlyMessge { get; set; }
    Property Value
    Type Description
    System.String

    Input

    Declaration
    public string Input { get; set; }
    Property Value
    Type Description
    System.String

    LineIndex

    Declaration
    public int LineIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    LineNumber

    Declaration
    public int LineNumber { get; set; }
    Property Value
    Type Description
    System.Int32

    ParserException

    Declaration
    public Exception ParserException { get; set; }
    Property Value
    Type Description
    System.Exception

    RuleInvocationStackTrace

    Declaration
    public IList<string> RuleInvocationStackTrace { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.String>

    Methods

    GetObjectData(SerializationInfo, StreamingContext)

    Declaration
    public override void GetObjectData(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info
    System.Runtime.Serialization.StreamingContext context
    In This Article
    Back to top Copyright © 2020 software architects gmbh