Search Results for

    Show / Hide Table of Contents

    Class FdoParseErrorMessage

    A parse error message

    Inheritance
    System.Object
    FdoParseErrorMessage
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: OSGeo.FDO.Expressions
    Assembly: OSGeo.FDO.Expressions.dll
    Syntax
    public class FdoParseErrorMessage

    Properties

    | Improve this Doc View Source

    Column

    The column number of the source of the offending parse error

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

    LineNumber

    The line number of the source of the offending parse error

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

    Message

    The parse error message

    Declaration
    public string Message { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng