ExceptionHandlingScope class

Ignores an exception that is raised by the server, or executes code in response to an exception that is thrown by the server.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ExceptionHandlingScope

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

Syntax

'Declaration
Public NotInheritable Class ExceptionHandlingScope _
    Implements IFromJson
'Usage
Dim instance As ExceptionHandlingScope
public sealed class ExceptionHandlingScope : IFromJson

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ExceptionHandlingScope members

Microsoft.SharePoint.Client namespace