SettingsPropertyNotFoundException コンストラクター

定義

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

オーバーロード

SettingsPropertyNotFoundException()

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

SettingsPropertyNotFoundException(String)

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

SettingsPropertyNotFoundException(SerializationInfo, StreamingContext)
古い.

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

SettingsPropertyNotFoundException(String, Exception)

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

SettingsPropertyNotFoundException()

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

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

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

適用対象

SettingsPropertyNotFoundException(String)

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

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

public:
 SettingsPropertyNotFoundException(System::String ^ message);
public SettingsPropertyNotFoundException (string message);
new System.Configuration.SettingsPropertyNotFoundException : string -> System.Configuration.SettingsPropertyNotFoundException
Public Sub New (message As String)

パラメーター

message
String

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

適用対象

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 クラスの新しいインスタンスを初期化します。

protected:
 SettingsPropertyNotFoundException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected SettingsPropertyNotFoundException (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 SettingsPropertyNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Configuration.SettingsPropertyNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Configuration.SettingsPropertyNotFoundException
[<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.SettingsPropertyNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Configuration.SettingsPropertyNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

パラメーター

info
SerializationInfo

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

context
StreamingContext

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

属性

適用対象

SettingsPropertyNotFoundException(String, Exception)

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

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

public:
 SettingsPropertyNotFoundException(System::String ^ message, Exception ^ innerException);
public SettingsPropertyNotFoundException (string message, Exception innerException);
new System.Configuration.SettingsPropertyNotFoundException : string * Exception -> System.Configuration.SettingsPropertyNotFoundException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

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

innerException
Exception

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

適用対象