Partager via


ExceptionHandlingScope.StartScope - Méthode

Lance un bloc de code qui contient des appels vers les méthodes StartTry(), StartCatch()et StartFinally() .

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 StartScope As IDisposable
'Utilisation
Dim instance As ExceptionHandlingScope
Dim returnValue As IDisposable

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

Valeur renvoyée

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

Remarques

Cette méthode associe l'étendue de la gestion des exceptions à la demande afin que l'étendue peut recevoir des données de serveur.

Voir aussi

Référence

ExceptionHandlingScope classe

ExceptionHandlingScope - Membres

Microsoft.SharePoint.Client - Espace de noms