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

true si l’exception est gérée ; sinon, false.

Remarques

Les Complete méthodes appellent Revert cette méthode pour gérer les exceptions.

S’applique à