Dsl (Digital Simulation Library) for .Net
The DslDialogException type exposes the following members.
コンストラクター
名前 | 説明 | |
---|---|---|
DslDialogException |
コンストラクター
|
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException |
派生クラスでオーバーライドされた場合、それ以後に発生する 1 つ以上の例外の主要な原因である Exception を返します。 (Inherited from Exception.) |
|
GetHashCode |
特定の型のハッシュ関数として機能します。 (Inherited from Object.) |
|
GetObjectData |
派生クラスでオーバーライドされた場合は、その例外に関する情報を使用して SerializationInfo を設定します。 (Inherited from Exception.) |
|
GetType |
現在のインスタンスのランタイム型を取得します。 (Inherited from Exception.) |
|
MemberwiseClone |
現在の Object の簡易コピーを作成します。 (Inherited from Object.) |
|
Throw |
新しいDslDialogExceptionを作成してから
それを throw します。
|
|
ToString |
現在の例外の文字列形式を作成して返します。 (Inherited from Exception.) |
プロパティ
名前 | 説明 | |
---|---|---|
Data |
例外に関する追加のユーザー定義情報を提供するキー/値ペアのコレクションを取得します。 (Inherited from Exception.) |
|
HelpLink |
例外に関連付けられているヘルプ ファイルへのリンクを取得または設定します。 (Inherited from Exception.) |
|
HResult |
特定の例外に割り当てられているコード化数値である HRESULT を取得または設定します。 (Inherited from Exception.) |
|
InnerException |
現在の例外を発生させた Exception インスタンスを取得します。 (Inherited from Exception.) |
|
Message |
現在の例外を説明するメッセージを取得します。 (Inherited from Exception.) |
|
Source |
エラーの原因となったアプリケーションまたはオブジェクトの名前を取得または設定します。 (Inherited from Exception.) |
|
StackTrace |
呼び出し履歴の直前のフレームの文字列形式を取得します。 (Inherited from Exception.) |
|
TargetSite |
現在の例外をスローするメソッドを取得します。 (Inherited from Exception.) |
イベント
名前 | 説明 | |
---|---|---|
SerializeObjectState |
例外がシリアル化され、例外に関するシリアル化されたデータを格納する例外状態オブジェクトが作成されたときに発生します。 (Inherited from Exception.) |