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'の新しいインスタンスを生成します。
宣言
public TerminationEventArgs(TerminationException te, IContext context)
  引数
| 型 | 名前 | 説明 | 
|---|---|---|
| TerminationException | te | 終了例外オブジェクトです。  | 
      
| IContext | context | 現在の文脈情報です。  | 
      
プロパティ 一覧
| 編集/提案 ソースを表示Exception
処理を終了させた例外を取得します。
宣言
public TerminationException Exception { get; }
  プロパティ値
| 型 | 説明 | 
|---|---|
| TerminationException | 
Reason
処理を終了させる理由を取得します。
宣言
public TerminationReason Reason { get; }
  プロパティ値
| 型 | 説明 | 
|---|---|
| TerminationReason |