Initializes a new instance of the TransformException class.
Initializes a new instance of the TransformException class.
public TransformException();
Initializes a new instance of the TransformException class with a specified error message.
public TransformException(string);
Initializes a new instance of the ApplicationException class with serialized data.
public TransformException(SerializationInfo,StreamingContext);
Initializes a new instance of the ApplicationException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public TransformException(string,Exception);
TransformException Class | TransformException Members | Geotools.CoordinateTransformations Namespace