DuplicateLocationException constructor (String, Exception)

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, _
    innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception

Dim instance As New DuplicateLocationException(message, _
    innerException)
public DuplicateLocationException(
    string message,
    Exception innerException
)

Parameters

  • message
    Type: System.String

    The error message that explains the exception.

See also

Reference

DuplicateLocationException class

DuplicateLocationException members

DuplicateLocationException overload

Microsoft.Office.Server.Search.Administration namespace