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