Search Results for

    Show / Hide Table of Contents

    Class LocateFailureException

    Inheritance
    object
    Exception
    LocateFailureException
    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.Triangulate.QuadEdge
    Assembly: NetTopologySuite.dll
    Syntax
    public class LocateFailureException : Exception, ISerializable

    Constructors

    | Edit this page View Source

    LocateFailureException(LineSegment)

    Declaration
    public LocateFailureException(LineSegment seg)
    Parameters
    Type Name Description
    LineSegment seg
    | Edit this page View Source

    LocateFailureException(string)

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

    LocateFailureException(string, LineSegment)

    Declaration
    public LocateFailureException(string msg, LineSegment seg)
    Parameters
    Type Name Description
    string msg
    LineSegment seg

    Properties

    | Edit this page View Source

    Segment

    Declaration
    public LineSegment Segment { get; }
    Property Value
    Type Description
    LineSegment

    Implements

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