SP.ExceptionHandlingScope.fromJson(initValue) Method
Applies to: SharePoint Foundation 2010
Initializes the object with the response that comes from the server.
SP.ExceptionHandlingScope.fromJson(initValue);
Parameters
- reader
The JsonReader object that is used to process the response that is in JSON format.
initValue
Applies To
SP.ExceptionHandlingScope Class
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
SP.ExceptionHandlingScope Methods