ModelEditingScope.OnException(Exception) Méthode

Définition

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

Boolean

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.

S’applique à