JapaneseErrorReportBuilder コンストラクタ
| 編集/提案 ソースを表示JapaneseErrorReportBuilder(Exception, String, IEnumerable<ICustomErrorDetailProvider>)
型'JapaneseErrorReportBuilder'の新しいインスタンスを生成します。
宣言
public JapaneseErrorReportBuilder(Exception exception, string option, IEnumerable<ICustomErrorDetailProvider> detailProviders)
引数
| 型 | 名前 | 説明 |
|---|---|---|
| System.Exception | exception | 作成するエラーレポートの例外オブジェクトです。 |
| System.String | option | 作成するエラーレポートのオプションです。
|
| System.Collections.Generic.IEnumerable<ICustomErrorDetailProvider> | detailProviders | 追加情報を翻訳するオブジェクトの列挙体です。 |
例外
| 型 | 条件 |
|---|---|
| System.ArgumentNullException |