The CFviException type exposes the following members.

Constructors

NameDescription
Public methodCFviException(Int32, String)
初期値指定コンストラクタ
Public methodCFviException(Int32, String, String)
初期値指定コンストラクタ

Methods

NameDescription
Public methodClone
インスタンスのクローンの生成
Public methodCopyFrom
インスタンスの複製
Public methodDispose()()()()
リソースの解放
Protected methodDispose(Boolean)
リソースの解放
Public methodEquals
インスタンスの比較
(Overrides Object..::..Equals(Object).)
Protected methodFinalize
Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。
(Inherited from Object.)
Public methodGetBaseException
派生クラスでオーバーライドされた場合、それ以後に発生する 1 つ以上の例外の主要な原因である Exception を返します。
(Inherited from Exception.)
Public methodGetHashCode
ハッシュコードの取得
(Overrides Object..::..GetHashCode()()()().)
Public methodGetObjectData
派生クラスでオーバーライドされた場合は、その例外に関する情報を使用して SerializationInfo を設定します。
(Inherited from Exception.)
Public methodGetType
現在のインスタンスのランタイム型を取得します。
(Inherited from Exception.)
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public methodToString
現在の例外の文字列形式を作成して返します。
(Inherited from Exception.)

Operators

NameDescription
Public operatorStatic memberEquality
インスタンスの比較(等価)
Public operatorStatic memberInequality
インスタンスの比較(不等価)

Properties

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

Events

NameDescription
Protected eventSerializeObjectState
例外がシリアル化され、例外に関するシリアル化されたデータを格納する例外状態オブジェクトが作成されたときに発生します。
(Inherited from Exception.)

See Also