EditingScope.OnException(Exception) Méthode

Définition

Gère l'exception spécifiée.

protected:
 override bool OnException(Exception ^ e);
protected override bool OnException (Exception e);
override this.OnException : Exception -> bool
Protected Overrides Function OnException (e As Exception) As Boolean

Paramètres

e
Exception

Exception à gérer.

Retours

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

S’applique à