PropertyOutOfRangeException クラス |
名前空間: WodiLib.Sys
public class PropertyOutOfRangeException : PropertyException
PropertyOutOfRangeException 型は下記のメンバーを公開します。
| 名前 | 説明 | |
|---|---|---|
| PropertyOutOfRangeException |
コンストラクタ
| |
| PropertyOutOfRangeException(String) |
コンストラクタ
|
| 名前 | 説明 | |
|---|---|---|
| Data | Gets a collection of key/value pairs that provide additional user-defined information about the exception. (Exceptionから継承) | |
| HelpLink | Gets or sets a link to the help file associated with this exception. (Exceptionから継承) | |
| HResult | Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. (Exceptionから継承) | |
| InnerException | Gets the Exception instance that caused the current exception. (Exceptionから継承) | |
| Message | Gets a message that describes the current exception. (Exceptionから継承) | |
| Source | Gets or sets the name of the application or the object that causes the error. (Exceptionから継承) | |
| StackTrace | Gets a string representation of the immediate frames on the call stack. (Exceptionから継承) | |
| TargetSite | Gets the method that throws the current exception. (Exceptionから継承) |
| 名前 | 説明 | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Objectから継承) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Objectから継承) | |
| GetBaseException | When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions. (Exceptionから継承) | |
| GetHashCode | Serves as the default hash function. (Objectから継承) | |
| GetObjectData | When overridden in a derived class, sets the SerializationInfo with information about the exception. (Exceptionから継承) | |
| GetType | Gets the runtime type of the current instance. (Exceptionから継承) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Objectから継承) | |
| ToString | Creates and returns a string representation of the current exception. (Exceptionから継承) |
| 名前 | 説明 | |
|---|---|---|
| SerializeObjectState | Occurs when an exception is serialized to create an exception state object that contains serialized data about the exception. (Exceptionから継承) |