Partager via


ExceptionHandlingScope.StartFinally - Méthode

Lance le début d'un bloc de code personnalisé qui doit être exécuté sur le client après l'exécution de tous les blocs de code StartCatch() .

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll)  Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll)

Syntaxe

'Déclaration
Public Function StartFinally As IDisposable
'Utilisation
Dim instance As ExceptionHandlingScope
Dim returnValue As IDisposable

returnValue = instance.StartFinally()
public IDisposable StartFinally()

Valeur renvoyée

Type : System.IDisposable
L'interface qui est utilisé pour mettre fin à l'étendue.

Remarques

Cette méthode doit être appelée après que les méthodes StartTry() et StartCatch() ont été appelées.

Voir aussi

Référence

ExceptionHandlingScope classe

ExceptionHandlingScope - Membres

Microsoft.SharePoint.Client - Espace de noms