Class TransformationException

TransformationException class

Transformation exception is thrown when error occurs during transformation of coordinate or during transformation creation.

public class TransformationException : Exception

Constructors

NameDescription
TransformationException()Create new instance.
TransformationException(string)Create new instance.
TransformationException(string, Exception)Create new instance.

See Also