AttributeException 构造函数 (String, Exception)

AttributeException类的新实例进行初始化。

命名空间:  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 AttributeException(message, _
    innerException)
public AttributeException(
    string message,
    Exception innerException
)

参数

  • innerException
    类型:System.Exception

    如果没有指定内部异常则是当前的异常或 null 的原因的异常。

另请参阅

引用

AttributeException 类

AttributeException 成员

AttributeException 重载

Microsoft.Office.Server.Search.Administration 命名空间