TransformException Constructor (Transform, String)

Initializes a new instance of the TransformException class with a specific message.

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public TransformException(
	Transform transform,
	string message
)

Parameters

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.
See Also