Share via


ExceptionHandlingScope.IFromJson.CustomFromJson method

Indicates whether custom code is used to initialize the ExceptionHandlingScope class.

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

Syntax

'Declaration
Private Function CustomFromJson ( _
    reader As JsonReader _
) As Boolean Implements IFromJson.CustomFromJson
'Usage
Dim instance As ExceptionHandlingScope
Dim reader As JsonReader
Dim returnValue As Boolean

returnValue = CType(instance, IFromJson).CustomFromJson(reader)
boolIFromJson.CustomFromJson(
    JsonReader reader
)

Parameters

Return value

Type: System.Boolean
true if custom code is used to initialize the ExceptionHandlingScope class; otherwise, false.

Implements

IFromJson.CustomFromJson(JsonReader)

Remarks

This method always returns false.

See also

Reference

ExceptionHandlingScope class

ExceptionHandlingScope members

Microsoft.SharePoint.Client namespace