Class ConstraintEnforcementException
Indicates a failure during constraint enforcement.
Implements
Inherited Members
Namespace: NetTopologySuite.Triangulate
Assembly: NetTopologySuite.dll
Syntax
public class ConstraintEnforcementException : Exception, ISerializable
Constructors
| Edit this page View SourceConstraintEnforcementException(string)
Creates a new instance with a given message.
Declaration
public ConstraintEnforcementException(string msg)
Parameters
Type | Name | Description |
---|---|---|
string | msg | a string |
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 SourceCoordinate
Gets the approximate location of this error.
Declaration
public Coordinate Coordinate { get; }
Property Value
Type | Description |
---|---|
Coordinate |
Remarks
a location