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