TransformException Constructor (Transform, String, Exception) |
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic TransformException(
Transform transform,
string message,
Exception innerException
)
Public Sub New (
transform As Transform,
message As String,
innerException As Exception
)
public:
TransformException(
Transform^ transform,
String^ message,
Exception^ innerException
)
new :
transform : Transform *
message : string *
innerException : Exception -> TransformExceptionParameters
- transform
- Type: Dundas.BI.Data.TransformsTransform
The transform instance where the error is occurring. - message
- Type: SystemString
The error message that explains the reason for the exception. - innerException
- Type: SystemException
The exception that is the cause of the current exception, or if no inner exception is specified.
See Also