FirstChanceExceptionEventArgs(Exception) Constructor

Definición

Inicializa una nueva instancia de la FirstChanceExceptionEventArgs clase con una excepción 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

Excepción que acaba de iniciar el código administrado y que el evento examinará UnhandledException .

Comentarios

Common Language Runtime llama a este constructor, no por código de aplicación.

Se aplica a