Class TopologyException
Indicates an invalid or inconsistent topological situation encountered during processing
Inheritance
TopologyException
Assembly: NetTopologySuite.dll
Syntax
public class TopologyException : ApplicationException, ISerializable
Constructors
|
Improve this Doc
View Source
TopologyException(String)
Declaration
public TopologyException(string msg)
Parameters
Type |
Name |
Description |
String |
msg |
|
|
Improve this Doc
View Source
TopologyException(String, Coordinate)
Declaration
public TopologyException(string msg, Coordinate pt)
Parameters
Properties
|
Improve this Doc
View Source
Coordinate
Declaration
public Coordinate Coordinate { get; }
Property Value
Implements