Location.Exception Property
Gets the exception returned from the federated location.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property Exception As Exception
Get
'Usage
Dim instance As Location
Dim value As Exception
value = instance.Exception
public Exception Exception { get; }
Property Value
Type: System.Exception
The exception returned from the federated location.