TransformationNotFoundException Constructor (String, 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
)
Public Sub New (
message As String,
innerException As Exception
)
public:
TransformationNotFoundException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> TransformationNotFoundException
Parameters
- message
- Type: SystemString
The message to associate with the TransformationNotFoundException. - innerException
- Type: SystemException
The inner exception to associate with the TransformationNotFoundException.
See Also