Geotools.Net

TopologyException Constructor (String)

Initializes a new instance of the TopologyException class with a specified error message.

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As String _
)
[C#]
public TopologyException(
   string message
);

Parameters

message
A message that describes the error.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.TopologyException.#ctor(System.String)

See Also

TopologyException Class | TopologyException Members | Geotools.Geometries Namespace | TopologyException Constructor Overload List