IOperation.LastException Property
Gets the last exception thrown when executing the operation.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property LastException As Exception
Get
'Usage
Dim instance As IOperation
Dim value As Exception
value = instance.LastException
Exception LastException { get; }
Property Value
Type: System.Exception
The last exception thrown when executing the operation.
Examples
Code Snippet: Determine and Resolve External Items in Error in the BCS Client Cache