SP.ExceptionHandlingScope.customFromJson(initValue) Method
Applies to: SharePoint Foundation 2010
Indicates whether custom code is used to initialize the SP.ExceptionHandlingScope.startScope() Method.
var value = SP.ExceptionHandlingScope.customFromJson(initValue);
Parameters
- reader
The JsonReader object that is used to read and process a JSON string.
initValue
Applies To
SP.ExceptionHandlingScope Class
Remarks
This method always returns false.
See Also
Reference
SP.ExceptionHandlingScope Methods