Bagikan melalui


FirstChanceExceptionEventArgs(Exception) Konstruktor

Definisi

Menginisialisasi instans FirstChanceExceptionEventArgs baru kelas dengan pengecualian tertentu.

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

Pengecualian yang baru saja dilemparkan oleh kode terkelola, dan itu akan diperiksa oleh peristiwa tersebut UnhandledException .

Keterangan

Konstruktor ini dipanggil oleh runtime bahasa umum, bukan oleh kode aplikasi.

Berlaku untuk