Partager via


Context.ExceptionRaised Méthode

Définition

Surcharges

ExceptionRaised()
ExceptionRaised(Exception)

ExceptionRaised()

public:
 virtual void ExceptionRaised();
public virtual void ExceptionRaised ();
abstract member ExceptionRaised : unit -> unit
override this.ExceptionRaised : unit -> unit
Public Overridable Sub ExceptionRaised ()

Implémente

S’applique à

ExceptionRaised(Exception)

public:
 virtual void ExceptionRaised(Exception ^ e);
public virtual void ExceptionRaised (Exception e);
abstract member ExceptionRaised : Exception -> unit
override this.ExceptionRaised : Exception -> unit
Public Overridable Sub ExceptionRaised (e As Exception)

Paramètres

Implémente

S’applique à