Share via


ExceptionHandlingScope.IFromJson.FromJson method

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

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Private Sub FromJson ( _
    reader As JsonReader _
) Implements IFromJson.FromJson
'Usage
Dim instance As ExceptionHandlingScope
Dim reader As JsonReader

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

Parameters

Implements

IFromJson.FromJson(JsonReader)

Remarks

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.

See also

Reference

ExceptionHandlingScope class

ExceptionHandlingScope members

Microsoft.SharePoint.Client namespace