ExceptionHandlingScope properties

The ExceptionHandlingScope type exposes the following members.

Properties

  Name Description
Public property ErrorMessage Gets the error message of the exception when the code is executed in the try scope.
Public property HasException Gets the flag that indicates whether an exception has occurred in the try scope.
Public property Processed Gets the flag that indicates whether the scope has been processed by the server.
Public property ServerErrorCode Gets the error code that corresponds to the exception that occurred in the try scope.
Public property ServerErrorDetails Gets the details of the exception.
Public property ServerErrorTypeName Gets the type name, such as System.ArgumentException, of the exception.
Public property ServerErrorValue Gets the error value that corresponds to the exception that occurs in the try scope.
Public property ServerStackTrace Gets the server call stack information of the exception in the try scope.

Top

See also

Reference

ExceptionHandlingScope class

Microsoft.SharePoint.Client namespace