IExecutionInfo.Exception Property
Gets an exception thrown during execution.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property Exception As Exception
Get
'Usage
Dim instance As IExecutionInfo
Dim value As Exception
value = instance.Exception
Exception Exception { get; }
Property Value
Type: System.Exception
The exception that is thrown.