TerminationEventArgs クラス
TerminationExceptionが格納されたイベントデータを表します。
継承されたメンバー
System.EventArgs.Empty
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
アセンブリ: ExapisSOP.dll
構文
public class TerminationEventArgs : ContextEventArgs
コンストラクタ 一覧
名前 | 説明 |
---|---|
TerminationEventArgs(TerminationException, IContext) | 型'TerminationEventArgs'の新しいインスタンスを生成します。 |
プロパティ 一覧
名前 | 説明 |
---|---|
Exception | 処理を終了させた例外を取得します。 |
Reason | 処理を終了させる理由を取得します。 |