SP.ExceptionHandlingScope.startFinally() Method

Applies to: SharePoint Foundation 2010

In this article
Return Value
Applies To
Remarks

Initiates the start of a custom code block that is to be executed on the client after all SP.ExceptionHandlingScope.startCatch() Method code blocks have been executed.

var value = SP.ExceptionHandlingScope.startFinally();

Return Value

Type: IDisposable

Applies To

SP.ExceptionHandlingScope Class

Remarks

This method must be called after the SP.ExceptionHandlingScope.startTry() Method and SP.ExceptionHandlingScope.startCatch() Method methods have been called.

See Also

Reference

SP.ExceptionHandlingScope Methods

SP.ExceptionHandlingScope Properties

SP Namespace