ExceptionHandlingScope.IFromJson.FromJson 方法

Initializes the object with the response that comes from the server.

命名空间:  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 中)

语法

声明
Private Sub FromJson ( _
    reader As JsonReader _
) Implements IFromJson.FromJson
用法
Dim instance As ExceptionHandlingScope
Dim reader As JsonReader

CType(instance, IFromJson).FromJson(reader)
void IFromJson.FromJson(
    JsonReader reader
)

参数

实现

IFromJson.FromJson(JsonReader)

备注

The server response that is in JSON format contains the exception information of the code execution in the server, such as the error message and the error code of the exception.

另请参阅

引用

ExceptionHandlingScope 类

ExceptionHandlingScope 成员

Microsoft.SharePoint.Client 命名空间