Partager via


FirstChanceExceptionEventArgs(Exception) Constructeur

Définition

Initialise une nouvelle instance de la classe FirstChanceExceptionEventArgs avec l'exception spécifiée.

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

Paramètres

exception
Exception

Exception qui vient d'être levée par du code managé et qui doit être examinée par l'événement UnhandledException.

Remarques

Ce constructeur est appelé par le Common Language Runtime, et non par le code d’application.

S’applique à