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