Initializes a new instance of the ExceptionHandlingScope class with the specified client runtime context.
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight.Runtime(位于 Microsoft.SharePoint.Client.Silverlight.Runtime.dll 中); Microsoft.SharePoint.Client.Runtime(位于 Microsoft.SharePoint.Client.Runtime.dll 中) Microsoft.SharePoint.Client.Phone.Runtime(位于 Microsoft.SharePoint.Client.Phone.Runtime.dll 中)
语法
声明
Public Sub New ( _
context As ClientRuntimeContext _
)
用法
Dim context As ClientRuntimeContext
Dim instance As New ExceptionHandlingScope(context)
public ExceptionHandlingScope(
ClientRuntimeContext context
)
参数
context
类型:Microsoft.SharePoint.Client.ClientRuntimeContextThe ClientRuntimeContext object that represents the current client runtime context.