Search Results for

    Show / Hide Table of Contents

    Class GeoWKTException

    An exception when handling shapes in Well-Known Text (WKT) format

    Inheritance
    object
    Exception
    GeoWKTException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class GeoWKTException : Exception, ISerializable

    Constructors

    | Edit this page View Source

    GeoWKTException(string)

    Declaration
    public GeoWKTException(string message)
    Parameters
    Type Name Description
    string message
    | Edit this page View Source

    GeoWKTException(string, int, int)

    Declaration
    public GeoWKTException(string message, int lineNumber, int position)
    Parameters
    Type Name Description
    string message
    int lineNumber
    int position

    Implements

    ISerializable

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • GeoWKTException(string)
      • GeoWKTException(string, int, int)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX