Share via


ExceptionReceivedEventArgs Classe

Definição

Fornece dados para o evento de ExceptionReceivedHandler .

public sealed class ExceptionReceivedEventArgs : EventArgs
type ExceptionReceivedEventArgs = class
    inherit EventArgs
Public NotInheritable Class ExceptionReceivedEventArgs
Inherits EventArgs
Herança
ExceptionReceivedEventArgs

Construtores

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

Inicializa uma nova instância da classe ExceptionReceivedEventArgs.

Propriedades

Exception

Obtém a exceção de classe pai à qual esses dados de evento pertencem.

ExceptionReceivedContext

Obtém o contexto da exceção (ação, nome do namespace e caminho da entidade).

Aplica-se a