Click or drag to resize

TransformationNotFoundException Class

Exception that is thrown if a certain transformation, given a source and target coordinate reference system, is not available or not possible.
Inheritance Hierarchy
SystemObject
  SystemException
    Ptv.Components.ProjectionsTransformationNotFoundException

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

The TransformationNotFoundException type exposes the following members.

Constructors
  NameDescription
Public methodTransformationNotFoundException
Initializes a new instance of the TransformationNotFoundException class.
Public methodTransformationNotFoundException(String)
Initializes a new instance of the TransformationNotFoundException class, setting the provided message string.
Public methodTransformationNotFoundException(String, Exception)
Initializes a new instance of the TransformationNotFoundException class, setting the provided message string and inner exception.
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also