Click or drag to resize

TransformationNotFoundException Constructor (String)

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

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

Parameters

message
Type: SystemString
The message to associate with the exception.
See Also