初始化与指定的错误消息和内部异常IdcrlException的新实例。
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Runtime(位于 Microsoft.SharePoint.Client.Runtime.dll 中)
语法
声明
Public Sub New ( _
message As String, _
innerException As Exception _
)
用法
Dim message As String
Dim innerException As Exception
Dim instance As New IdcrlException(message, _
innerException)
public IdcrlException(
string message,
Exception innerException
)
参数
message
类型:System.String描述当前异常错误消息。
innerException
类型:System.Exception当前异常原因的内部异常。