ExceptionHandlingScope.StartCatch - Méthode
Lance le début d'un bloc de code personnalisé qui doit être exécuté sur le client lorsque le serveur lève une exception.
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 StartCatch As IDisposable
'Utilisation
Dim instance As ExceptionHandlingScope
Dim returnValue As IDisposable
returnValue = instance.StartCatch()
public IDisposable StartCatch()
Valeur renvoyée
Type : System.IDisposable
L'interface qui est utilisé pour mettre fin à l'étendue catch .
Remarques
Cette méthode doit être appelée après que la méthode StartTry() est appelée.