FirstChanceExceptionEventArgs(Exception) Construtor

Definição

Inicializa uma nova instância da FirstChanceExceptionEventArgs classe com uma exceção especificada.

public:
 FirstChanceExceptionEventArgs(Exception ^ exception);
public FirstChanceExceptionEventArgs(Exception exception);
new System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs : Exception -> System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs
Public Sub New (exception As Exception)

Parâmetros

exception
Exception

A exceção que acabou de ser lançada pelo código de gestão será examinada pelo UnhandledException evento.

Observações

Este construtor é chamado pelo runtime da linguagem comum, não pelo código da aplicação.

Aplica-se a