Click or drag to resize

TransformationException Class

Exception that is thrown in the unlikely event that a coordinate transformation fails.
Inheritance Hierarchy
SystemObject
  SystemException
    Ptv.Components.ProjectionsTransformationException

Namespace:  Ptv.Components.Projections
Assembly:  Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntax
public class TransformationException : Exception

The TransformationException type exposes the following members.

Constructors
  NameDescription
Public methodTransformationException
Initializes a new instance of the TransformationException class.
Public methodTransformationException(String)
Initializes a new instance of the TransformationException class.
Public methodTransformationException(String, Exception)
Initializes a new instance of the TransformationException class.
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also