ExceptionHandlingScope.StartTry - Méthode
Lance un bloc de code qui peut-être lever des exceptions de serveur.
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 StartTry As IDisposable
'Utilisation
Dim instance As ExceptionHandlingScope
Dim returnValue As IDisposable
returnValue = instance.StartTry()
public IDisposable StartTry()
Valeur renvoyée
Type : System.IDisposable
L'interface qui est utilisé pour mettre fin à l'étendue try .
Remarques
Le bloc de try doit être l'instruction immédiatement après StartScope(), et il peut comporter qu'un bloc de StartCatch() correspondant. Chaque objectif de gestion des exceptions peut comporter qu'un seul bloc try .