TransformException Constructor (Transform) |
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
)
Public Sub New (
transform As Transform
)
public:
TransformException(
Transform^ transform
)
new :
transform : Transform -> TransformExceptionParameters
- transform
- Type: Dundas.BI.Data.TransformsTransform
The transform instance where the error is occurring.
See Also