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.StringThe error message that explains the exception.
innerException
Type: System.ExceptionThe inner exception passed with the DuplicateLocationException object.
See Also
Reference
DuplicateLocationException Class
DuplicateLocationException Members