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'の新しいインスタンスを生成します。 |
プロパティ 一覧
名前 | 説明 |
---|---|
Abort | 処理を中断する場合はtrueを設定し、 それ以外の場合はfalseを設定してください。 |
Context | 現在の文脈情報を取得します。 |
Exception | 例外オブジェクトを取得します。 |