UnhandledErrorEventArgs コンストラクタ
| 編集/提案 ソースを表示UnhandledErrorEventArgs(Exception, IContext)
型'UnhandledErrorEventArgs'の新しいインスタンスを生成します。
宣言
public UnhandledErrorEventArgs(Exception exception, IContext context)
引数
型 | 名前 | 説明 |
---|---|---|
System.Exception | exception | 例外オブジェクトです。 |
IContext | context | 現在の文脈情報です。 |