Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.