Partager via


ExceptionReceivedEventArgs Classe

Définition

Fournit des données pour l'événement ExceptionReceivedHandler.

public sealed class ExceptionReceivedEventArgs : EventArgs
type ExceptionReceivedEventArgs = class
    inherit EventArgs
Public NotInheritable Class ExceptionReceivedEventArgs
Inherits EventArgs
Héritage
ExceptionReceivedEventArgs

Constructeurs

ExceptionReceivedEventArgs(Exception, String, String, String, String)

Initialise une nouvelle instance de la classe ExceptionReceivedEventArgs.

Propriétés

Exception

Obtient l’exception de classe parente à laquelle ces données d’événement appartiennent.

ExceptionReceivedContext

Obtient le contexte de l’exception (action, nom d’espace de noms et chemin d’entité).

S’applique à