Class TopologyException
- Namespace
- NetTopologySuite.Geometries
- Assembly
- NetTopologySuite.dll
Indicates an invalid or inconsistent topological situation encountered during processing
public class TopologyException : ApplicationException, ISerializable
- Inheritance
-
TopologyException
- Implements
- Inherited Members
Constructors
TopologyException(string)
public TopologyException(string msg)
Parameters
msg
string
TopologyException(string, Coordinate)
public TopologyException(string msg, Coordinate pt)
Parameters
msg
stringpt
Coordinate
Properties
Coordinate
public Coordinate Coordinate { get; }