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

PropertyOutOfRangeException クラス

プロパティに許容範囲外の値が渡されたときの例外
継承階層

名前空間:  WodiLib.Sys
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
public class PropertyOutOfRangeException : PropertyException

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

コンストラクター
プロパティ
  名前説明
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から継承)
トップ
メソッド
  名前説明
Public メソッドEquals
Determines whether the specified object is equal to the current object.
(Objectから継承)
Protected メソッドFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Objectから継承)
Public メソッドGetBaseException
When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.
(Exceptionから継承)
Public メソッドGetHashCode
Serves as the default hash function.
(Objectから継承)
Public メソッドGetObjectData
When overridden in a derived class, sets the SerializationInfo with information about the exception.
(Exceptionから継承)
Public メソッドGetType
Gets the runtime type of the current instance.
(Exceptionから継承)
Protected メソッドMemberwiseClone
Creates a shallow copy of the current Object.
(Objectから継承)
Public メソッドToString
Creates and returns a string representation of the current exception.
(Exceptionから継承)
トップ
イベント
  名前説明
Protected イベントSerializeObjectState
Occurs when an exception is serialized to create an exception state object that contains serialized data about the exception.
(Exceptionから継承)
トップ
関連項目