ISubscriptionQuery.LastException Property
Gets the exception information of the last refresh attempt.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property LastException As Exception
Get
'Usage
Dim instance As ISubscriptionQuery
Dim value As Exception
value = instance.LastException
Exception LastException { get; }
Property Value
Type: System.Exception
The exception information of the last refresh attempt.
Remarks
The value is a null reference (Nothing in Visual Basic) if the last refresh succeeded.