Compartir a través de


ExceptionReceivedEventArgs Clase

Definición

Proporciona datos para el evento ExceptionReceivedHandler.

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

Constructores

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

Inicializa una nueva instancia de la clase ExceptionReceivedEventArgs.

Propiedades

Exception

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

ExceptionReceivedContext

Obtiene el contexto de la excepción (acción, nombre del espacio de nombres y ruta de acceso de entidad).

Se aplica a