PipelineExtensions.ExceptionHandler クラス
発生した例外を処理します。
継承
System.Object
PipelineExtensions.ExceptionHandler
継承されたメンバー
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
名前空間: ExapisSOP.Core
アセンブリ: ExapisSOP.dll
構文
public class ExceptionHandler : CustomPipelineProcess<object, object>, IProcess<object, object>, IProcess
コンストラクタ 一覧
名前 | 説明 |
---|---|
ExceptionHandler(PipelineExtensions.ProcessFunc<(Exception exception, Object arg), Object>) | 型'PipelineExtensions.ProcessFuncWrapper'の新しいインスタンスを生成します。 |
プロパティ 一覧
名前 | 説明 |
---|---|
IsExecutable | この処理が実行可能な状態かどうかを表す論理値を取得します。 |
メソッド 一覧
名前 | 説明 |
---|---|
InvokeCore(IContext, Object) | この処理の実行を非同期的に開始します。 |