Search Results for

    Show / Hide Table of Contents

    Class ConstraintEnforcementException

    Indicates a failure during constraint enforcement.

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

    Constructors

    | Edit this page View Source

    ConstraintEnforcementException(string)

    Creates a new instance with a given message.

    Declaration
    public ConstraintEnforcementException(string msg)
    Parameters
    Type Name Description
    string msg

    a string

    | Edit this page View Source

    ConstraintEnforcementException(string, Coordinate)

    Creates a new instance with a given message and approximate location.

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

    a string

    Coordinate pt

    the location of the error

    Properties

    | Edit this page View Source

    Coordinate

    Gets the approximate location of this error.

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

    a location

    Implements

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