Aracılığıyla paylaş


FirstChanceExceptionEventArgs(Exception) Oluşturucu

Tanım

Belirtilen özel durumla sınıfının yeni bir örneğini FirstChanceExceptionEventArgs başlatır.

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

Parametreler

exception
Exception

Yönetilen kod tarafından yeni oluşan ve olay tarafından UnhandledException incelenecek olan özel durum.

Açıklamalar

Bu oluşturucu, uygulama kodu tarafından değil ortak dil çalışma zamanı tarafından çağrılır.

Şunlara uygulanır