DuplicateLocationException 构造函数 (String, Exception) (Microsoft.Office.Server.Search.Administration)
Initializes a new instance of the DuplicateLocationException class.
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)
语法
声明
Public Sub New ( _
message As String, _
innerException As Exception _
)
用法
Dim message As String
Dim innerException As Exception
Dim instance As New DuplicateLocationException(message, innerException)
public DuplicateLocationException (
string message,
Exception innerException
)
参数
- message
The error message that explains the exception.
- innerException
The inner exception passed with the DuplicateLocationException object.
另请参阅
参考
DuplicateLocationException 类
DuplicateLocationException 成员
Microsoft.Office.Server.Search.Administration 命名空间