SettingsPropertyWrongTypeException コンストラクター

定義

SettingsPropertyWrongTypeException クラスの新しいインスタンスを初期化します。

オーバーロード

SettingsPropertyWrongTypeException()

SettingsPropertyWrongTypeException クラスの新しいインスタンスを初期化します。

SettingsPropertyWrongTypeException(String)

指定されたパラメーターに基づいて、SettingsPropertyWrongTypeException クラスの新しいインスタンスを初期化します。

SettingsPropertyWrongTypeException(SerializationInfo, StreamingContext)
古い.

指定されたパラメーターに基づいて、SettingsPropertyWrongTypeException クラスの新しいインスタンスを初期化します。

SettingsPropertyWrongTypeException(String, Exception)

指定されたパラメーターに基づいて、SettingsPropertyWrongTypeException クラスの新しいインスタンスを初期化します。

SettingsPropertyWrongTypeException()

ソース:
SettingsPropertyWrongTypeException.cs
ソース:
SettingsPropertyWrongTypeException.cs
ソース:
SettingsPropertyWrongTypeException.cs

SettingsPropertyWrongTypeException クラスの新しいインスタンスを初期化します。

public:
 SettingsPropertyWrongTypeException();
public SettingsPropertyWrongTypeException ();
Public Sub New ()

適用対象

SettingsPropertyWrongTypeException(String)

ソース:
SettingsPropertyWrongTypeException.cs
ソース:
SettingsPropertyWrongTypeException.cs
ソース:
SettingsPropertyWrongTypeException.cs

指定されたパラメーターに基づいて、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)

ソース:
SettingsPropertyWrongTypeException.cs
ソース:
SettingsPropertyWrongTypeException.cs
ソース:
SettingsPropertyWrongTypeException.cs

注意事項

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.cs
ソース:
SettingsPropertyWrongTypeException.cs
ソース:
SettingsPropertyWrongTypeException.cs

指定されたパラメーターに基づいて、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

現在の例外の原因となった例外。

適用対象