ModelEditingScope.OnException(Exception) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Gère une exception.
protected:
abstract bool OnException(Exception ^ exception);
protected abstract bool OnException (Exception exception);
abstract member OnException : Exception -> bool
Protected MustOverride Function OnException (exception As Exception) As Boolean
Paramètres
- exception
- Exception
Exception à gérer.
Retours
true
si l'exception est gérée ; sinon false
.
Remarques
Les méthodes Complete et Revert peuvent appeler cette méthode pour gérer les exceptions.