リサイズはクリックかドラッグ

PropertyException プロパティ

PropertyException 型は下記のメンバーを公開します。

プロパティ
  名前説明
Public プロパティData
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
(Exceptionから継承)
Public プロパティHelpLink
Gets or sets a link to the help file associated with this exception.
(Exceptionから継承)
Public プロパティHResult
Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.
(Exceptionから継承)
Public プロパティInnerException
Gets the Exception instance that caused the current exception.
(Exceptionから継承)
Public プロパティMessage
Gets a message that describes the current exception.
(Exceptionから継承)
Public プロパティSource
Gets or sets the name of the application or the object that causes the error.
(Exceptionから継承)
Public プロパティStackTrace
Gets a string representation of the immediate frames on the call stack.
(Exceptionから継承)
Public プロパティTargetSite
Gets the method that throws the current exception.
(Exceptionから継承)
トップ
関連項目