Share via


DuplicateLocationException constructor (String)

Initializes a new instance of the DuplicateLocationException class.

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New DuplicateLocationException(message)
public DuplicateLocationException(
    string message
)

Parameters

  • message
    Type: System.String

    The error message that explains the reason for the exception.

See also

Reference

DuplicateLocationException class

DuplicateLocationException members

DuplicateLocationException overload

Microsoft.Office.Server.Search.Administration namespace