FirstChanceExceptionEventArgs(Exception) コンストラクター

定義

指定した例外を使用して、FirstChanceExceptionEventArgs クラスの新しいインスタンスを初期化します。

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

パラメーター

exception
Exception

マネージド コードによってスローされ、UnhandledException イベントによって調べられることになる例外。

注釈

このコンストラクターは、アプリケーション コードではなく、共通言語ランタイムによって呼び出されます。

適用対象