FirstChanceExceptionEventArgs(Exception) Konstruktor

Definition

Initialisiert eine neue Instanz der FirstChanceExceptionEventArgs Klasse mit einer angegebenen Ausnahme.

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

Parameter

exception
Exception

Die Ausnahme, die gerade von verwaltetem Code ausgelöst wurde und die vom UnhandledException Ereignis untersucht wird.

Hinweise

Dieser Konstruktor wird von der Common Language Runtime aufgerufen, nicht durch Anwendungscode.

Gilt für: