バージョン

SettingsAlreadyAssignedException クラス メンバ

SettingsAlreadyAssignedExceptionデータ型で公開されるメンバを以下の表に示します。

パブリック プロパティ
 名前解説
Public プロパティDataGets a collection of key/value pairs that provide additional user-defined information about the exception. System.Exceptionから継承されます。
Public プロパティHelpLinkGets or sets a link to the help file associated with this exception. System.Exceptionから継承されます。
Public プロパティHResultGets or sets HRESULT, a coded numerical value that is assigned to a specific exception. System.Exceptionから継承されます。
Public プロパティInnerExceptionGets the System.Exception instance that caused the current exception. System.Exceptionから継承されます。
Public プロパティMessageGets a message that describes the current exception. System.Exceptionから継承されます。
Public プロパティSourceGets or sets the name of the application or the object that causes the error. System.Exceptionから継承されます。
Public プロパティStackTraceGets a string representation of the immediate frames on the call stack. System.Exceptionから継承されます。
Public プロパティTargetSiteGets the method that throws the current exception. System.Exceptionから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドGetBaseExceptionWhen overridden in a derived class, returns the System.Exception that is the root cause of one or more subsequent exceptions. System.Exceptionから継承されます。
Public メソッドGetObjectDataWhen overridden in a derived class, sets the System.Runtime.Serialization.SerializationInfo with information about the exception. System.Exceptionから継承されます。
Public メソッドGetTypeGets the runtime type of the current instance. System.Exceptionから継承されます。
Public メソッドToStringCreates and returns a string representation of the current exception. System.Exceptionから継承されます。
トップ
プロテクト イベント
 名前解説
Protected イベントSerializeObjectStateOccurs when an exception is serialized to create an exception state object that contains serialized data about the exception. System.Exceptionから継承されます。
トップ
参照