UnhandledErrorEventArgs クラス
未処理の例外が格納されたイベントデータを表します。
継承
System.Object
System.EventArgs
System.UnhandledExceptionEventArgs
UnhandledErrorEventArgs
継承されたメンバー
System.UnhandledExceptionEventArgs.ExceptionObject
System.UnhandledExceptionEventArgs.IsTerminating
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 UnhandledErrorEventArgs : UnhandledExceptionEventArgs
コンストラクタ 一覧
| 編集/提案 ソースを表示UnhandledErrorEventArgs(Exception, IContext)
型'UnhandledErrorEventArgs'の新しいインスタンスを生成します。
宣言
public UnhandledErrorEventArgs(Exception exception, IContext context)
引数
型 | 名前 | 説明 |
---|---|---|
System.Exception | exception | 例外オブジェクトです。 |
IContext | context | 現在の文脈情報です。 |
プロパティ 一覧
| 編集/提案 ソースを表示Abort
処理を中断する場合はtrueを設定し、 それ以外の場合はfalseを設定してください。
宣言
public bool Abort { get; set; }
プロパティ値
型 | 説明 |
---|---|
System.Boolean |
Context
現在の文脈情報を取得します。
宣言
public IContext Context { get; }
プロパティ値
型 | 説明 |
---|---|
IContext |
Exception
例外オブジェクトを取得します。
宣言
public Exception Exception { get; }
プロパティ値
型 | 説明 |
---|---|
System.Exception |