SettingsPropertyNotFoundException コンストラクター

定義

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

オーバーロード

SettingsPropertyNotFoundException()

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

SettingsPropertyNotFoundException(String)

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

SettingsPropertyNotFoundException(SerializationInfo, StreamingContext)
古い.

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

SettingsPropertyNotFoundException(String, Exception)

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

SettingsPropertyNotFoundException()

ソース:
SettingsPropertyNotFoundException.cs
ソース:
SettingsPropertyNotFoundException.cs
ソース:
SettingsPropertyNotFoundException.cs

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

C#
public SettingsPropertyNotFoundException ();

適用対象

.NET Framework 4.8.1 およびその他のバージョン
製品 バージョン
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

SettingsPropertyNotFoundException(String)

ソース:
SettingsPropertyNotFoundException.cs
ソース:
SettingsPropertyNotFoundException.cs
ソース:
SettingsPropertyNotFoundException.cs

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

C#
public SettingsPropertyNotFoundException (string message);

パラメーター

message
String

例外メッセージが含まれた文字列。

適用対象

.NET Framework 4.8.1 およびその他のバージョン
製品 バージョン
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

SettingsPropertyNotFoundException(SerializationInfo, StreamingContext)

ソース:
SettingsPropertyNotFoundException.cs
ソース:
SettingsPropertyNotFoundException.cs
ソース:
SettingsPropertyNotFoundException.cs

注意事項

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

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

C#
protected SettingsPropertyNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
C#
[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 SettingsPropertyNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);

パラメーター

info
SerializationInfo

スローされている例外に関するシリアル化済みオブジェクト データを保持している SerializationInfo オブジェクト。

context
StreamingContext

シリアル化ストリームの転送元または転送先に関するコンテキスト情報を格納している StreamingContext オブジェクト。

属性

適用対象

.NET Framework 4.8.1 およびその他のバージョン
製品 バージョン (廃止)
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7 (8, 9)

SettingsPropertyNotFoundException(String, Exception)

ソース:
SettingsPropertyNotFoundException.cs
ソース:
SettingsPropertyNotFoundException.cs
ソース:
SettingsPropertyNotFoundException.cs

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

C#
public SettingsPropertyNotFoundException (string message, Exception innerException);

パラメーター

message
String

例外メッセージが含まれた文字列。

innerException
Exception

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

適用対象

.NET Framework 4.8.1 およびその他のバージョン
製品 バージョン
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9