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
)
参数
reader
类型:Microsoft.SharePoint.Client.JsonReaderThe JsonReader object that is used to process the response that is in JavaScript 对象表示法 (JSON) format.
实现
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.