ExceptionHandlingScope.StartFinally Method
Initiates the start of a custom code block that is to be executed on the client after all StartCatch() code blocks have been executed.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Function StartFinally As IDisposable
'Usage
Dim instance As ExceptionHandlingScope
Dim returnValue As IDisposable
returnValue = instance.StartFinally()
public IDisposable StartFinally()
Return Value
Type: System.IDisposable
The interface that is used to end the scope.
Remarks
This method must be called after the StartTry() and StartCatch() methods have been called.