Search Results for

    Show / Hide Table of Contents

    Class ParseException

    Thrown by a WKTReader when a parsing problem occurs.

    Inheritance
    object
    Exception
    ApplicationException
    ParseException
    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: NetTopologySuite.IO
    Assembly: NetTopologySuite.dll
    Syntax
    public class ParseException : ApplicationException, ISerializable

    Constructors

    | Edit this page View Source

    ParseException(Exception)

    Creates a ParseException with es detail message.

    Declaration
    public ParseException(Exception e)
    Parameters
    Type Name Description
    Exception e

    An exception that occurred while a WKTReader was parsing a Well-known Text string.

    | Edit this page View Source

    ParseException(string)

    Creates a ParseException with the given detail message.

    Declaration
    public ParseException(string message)
    Parameters
    Type Name Description
    string message

    A description of this ParseException.

    | Edit this page View Source

    ParseException(string, Exception)

    Creates a ParseException with innerExceptions detail message

    Declaration
    public ParseException(string message, Exception innerException)
    Parameters
    Type Name Description
    string message
    Exception innerException

    The inner exception

    Implements

    ISerializable
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX