IdcrlException 构造函数 (String, Int32)

初始化与指定的邮件和引用的错误代码IdcrlException的新实例。

命名空间:  Microsoft.SharePoint.Client
程序集:  Microsoft.SharePoint.Client.Runtime(位于 Microsoft.SharePoint.Client.Runtime.dll 中)

语法

声明
Public Sub New ( _
    message As String, _
    errorcode As Integer _
)
用法
Dim message As String
Dim errorcode As Integer

Dim instance As New IdcrlException(message, _
    errorcode)
public IdcrlException(
    string message,
    int errorcode
)

参数

  • message
    类型:System.String

    描述当前异常错误消息。

  • errorcode
    类型:System.Int32

    错误代码,用于标识当前异常。

另请参阅

引用

IdcrlException 类

IdcrlException 成员

IdcrlException 重载

Microsoft.SharePoint.Client 命名空间