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