IAuthoritativeDataInformation.LastException Property
Retrieves the exception information for the last refresh attempt if it failed.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property LastException As Exception
Get
'Usage
Dim instance As IAuthoritativeDataInformation
Dim value As Exception
value = instance.LastException
Exception LastException { get; }
Property Value
Type: System.Exception
The exception information for the last refresh attempt. If the last refresh attempt succeeded, the exception information is null.
See Also
Reference
IAuthoritativeDataInformation Interface