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.

See also

Reference

Location class

Location members

Microsoft.Office.Server.Search.Query namespace