SettingsPropertyWrongTypeException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SettingsPropertyWrongTypeException クラスの新しいインスタンスを初期化します。
オーバーロード
SettingsPropertyWrongTypeException() |
SettingsPropertyWrongTypeException クラスの新しいインスタンスを初期化します。 |
SettingsPropertyWrongTypeException(String) |
指定されたパラメーターに基づいて、SettingsPropertyWrongTypeException クラスの新しいインスタンスを初期化します。 |
SettingsPropertyWrongTypeException(SerializationInfo, StreamingContext) |
古い.
指定されたパラメーターに基づいて、SettingsPropertyWrongTypeException クラスの新しいインスタンスを初期化します。 |
SettingsPropertyWrongTypeException(String, Exception) |
指定されたパラメーターに基づいて、SettingsPropertyWrongTypeException クラスの新しいインスタンスを初期化します。 |
SettingsPropertyWrongTypeException()
SettingsPropertyWrongTypeException クラスの新しいインスタンスを初期化します。
public:
SettingsPropertyWrongTypeException();
public SettingsPropertyWrongTypeException ();
Public Sub New ()
適用対象
SettingsPropertyWrongTypeException(String)
指定されたパラメーターに基づいて、SettingsPropertyWrongTypeException クラスの新しいインスタンスを初期化します。
public:
SettingsPropertyWrongTypeException(System::String ^ message);
public SettingsPropertyWrongTypeException (string message);
new System.Configuration.SettingsPropertyWrongTypeException : string -> System.Configuration.SettingsPropertyWrongTypeException
Public Sub New (message As String)
パラメーター
- message
- String
例外メッセージが含まれた文字列。
適用対象
SettingsPropertyWrongTypeException(SerializationInfo, StreamingContext)
注意事項
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
指定されたパラメーターに基づいて、SettingsPropertyWrongTypeException クラスの新しいインスタンスを初期化します。
protected:
SettingsPropertyWrongTypeException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected SettingsPropertyWrongTypeException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected SettingsPropertyWrongTypeException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Configuration.SettingsPropertyWrongTypeException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Configuration.SettingsPropertyWrongTypeException
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new System.Configuration.SettingsPropertyWrongTypeException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Configuration.SettingsPropertyWrongTypeException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
パラメーター
- info
- SerializationInfo
スローされている例外に関するシリアル化済みオブジェクト データを保持している SerializationInfo。
- context
- StreamingContext
シリアル化ストリームの転送元または転送先に関するコンテキスト情報を格納している StreamingContext。
- 属性
適用対象
SettingsPropertyWrongTypeException(String, Exception)
指定されたパラメーターに基づいて、SettingsPropertyWrongTypeException クラスの新しいインスタンスを初期化します。
public:
SettingsPropertyWrongTypeException(System::String ^ message, Exception ^ innerException);
public SettingsPropertyWrongTypeException (string message, Exception innerException);
new System.Configuration.SettingsPropertyWrongTypeException : string * Exception -> System.Configuration.SettingsPropertyWrongTypeException
Public Sub New (message As String, innerException As Exception)
パラメーター
- message
- String
例外メッセージが含まれた文字列。
- innerException
- Exception
現在の例外の原因となった例外。
適用対象
.NET