Search Results for

    Show / Hide Table of Contents

    Class TopologyException

    Indicates an invalid or inconsistent topological situation encountered during processing

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

    Constructors

    | Edit this page View Source

    TopologyException(string)

    Declaration
    public TopologyException(string msg)
    Parameters
    Type Name Description
    string msg
    | Edit this page View Source

    TopologyException(string, Coordinate)

    Declaration
    public TopologyException(string msg, Coordinate pt)
    Parameters
    Type Name Description
    string msg
    Coordinate pt

    Properties

    | Edit this page View Source

    Coordinate

    Declaration
    public Coordinate Coordinate { get; }
    Property Value
    Type Description
    Coordinate

    Implements

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