TransformationNotFoundException Constructor (String) |
Namespace:
Ptv.Components.Projections
Assembly:
Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntax public TransformationNotFoundException(
string message
)
Public Sub New (
message As String
)
public:
TransformationNotFoundException(
String^ message
)
new :
message : string -> TransformationNotFoundException
Parameters
- message
- Type: SystemString
The message to associate with the exception.
See Also