DuplicateLocationException Class

Represents the exception that is thrown when users attempt to create a duplicate version of a federated search location.

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.Office.Server.Search.Administration.DuplicateLocationException

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class DuplicateLocationException _
    Inherits Exception
'Usage
Dim instance As DuplicateLocationException
[SerializableAttribute]
public class DuplicateLocationException : Exception

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DuplicateLocationException Members

Microsoft.Office.Server.Search.Administration Namespace