Search Results for

    Show / Hide Table of Contents

    Class ErrorObject

    Inheritance
    System.Object
    ErrorObject
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: SqlDotNet.Debugger
    Assembly: SqlDotNet.Debugger.dll
    Syntax
    public class ErrorObject

    Properties

    | Improve this Doc View Source

    ErrorCode

    Declaration
    public string ErrorCode { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ErrorMessage

    Declaration
    public string ErrorMessage { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Index

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Length

    Declaration
    public int Length { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Token

    Declaration
    public RawToken Token { get; set; }
    Property Value
    Type Description
    RawToken
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx