Dsl (Digital Simulation Library) for .Net

The GException type exposes the following members.

プロパティ

  名前 説明
Public property Data
例外に関する追加のユーザー定義情報を提供するキー/値ペアのコレクションを取得します。
(Inherited from Exception.)
Public property HelpLink
例外に関連付けられているヘルプ ファイルへのリンクを取得または設定します。
(Inherited from Exception.)
Protected property HResult
特定の例外に割り当てられているコード化数値である HRESULT を取得または設定します。
(Inherited from Exception.)
Public property InnerException
現在の例外を発生させた Exception インスタンスを取得します。
(Inherited from Exception.)
Public property Message
現在の例外を説明するメッセージを取得します。
(Inherited from Exception.)
Public property Source
エラーの原因となったアプリケーションまたはオブジェクトの名前を取得または設定します。
(Inherited from Exception.)
Public property StackTrace
呼び出し履歴の直前のフレームの文字列形式を取得します。
(Inherited from Exception.)
Public property TargetSite
現在の例外をスローするメソッドを取得します。
(Inherited from Exception.)

参照