ExceptionReceivedEventArgs Clase

Definición

Proporciona datos para el evento ExceptionReceived.

public sealed class ExceptionReceivedEventArgs : EventArgs
type ExceptionReceivedEventArgs = class
    inherit EventArgs
Public NotInheritable Class ExceptionReceivedEventArgs
Inherits EventArgs
Herencia
ExceptionReceivedEventArgs

Constructores

ExceptionReceivedEventArgs(Exception, String)

Inicializa una nueva instancia de la clase ExceptionReceivedEventArgs.

Propiedades

Action

Obtiene la acción asociada al evento .

Exception

Obtiene la excepción de clase primaria a la que pertenecen estos datos de evento.

Se aplica a