Click or drag to resize

TransformationNotFoundException Constructor (String, Exception)

Initializes a new instance of the TransformationNotFoundException class, setting the provided message string and inner exception.

Namespace:  Ptv.Components.Projections
Assembly:  Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntax
public TransformationNotFoundException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The message to associate with the TransformationNotFoundException.
innerException
Type: SystemException
The inner exception to associate with the TransformationNotFoundException.
See Also