StatusMessage.Exception Field
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Exception As Exception
'Usage
Dim instance As StatusMessage
Dim value As Exception
value = instance.Exception
instance.Exception = value
public Exception Exception
public:
Exception^ Exception
val mutable Exception: Exception
public var Exception : Exception