Click or drag to resize

TransformationException Constructor (String)

Initializes a new instance of the TransformationException class.

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

Parameters

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