StatusMessage.Exception Field
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
The exception that results from upgrading an Integration Services package.
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