ExceptionHandler コンストラクタ
| 編集/提案 ソースを表示ExceptionHandler(PipelineExtensions.ProcessFunc<(Exception exception, Object arg), Object>)
型'PipelineExtensions.ProcessFuncWrapper'の新しいインスタンスを生成します。
宣言
public ExceptionHandler(PipelineExtensions.ProcessFunc<(Exception exception, object arg), object> func)
引数
型 | 名前 | 説明 |
---|---|---|
PipelineExtensions.ProcessFunc<System.ValueTuple<System.Exception, System.Object>, System.Object> | func | 処理を表すデリゲートです。 |