Geotools.Net

TransformException Constructor (String)

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

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

Parameters

message
A message that describes the error.

Remarks

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

See Also

TransformException Class | TransformException Members | Geotools.CoordinateTransformations Namespace | TransformException Constructor Overload List