Udostępnij za pośrednictwem


SettingsPropertyNotFoundException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy SettingsPropertyNotFoundException.

Przeciążenia

SettingsPropertyNotFoundException()

Inicjuje nowe wystąpienie klasy SettingsPropertyNotFoundException.

SettingsPropertyNotFoundException(String)

Inicjuje SettingsPropertyNotFoundException nowe wystąpienie klasy na podstawie podanego parametru.

SettingsPropertyNotFoundException(SerializationInfo, StreamingContext)
Przestarzałe.

Inicjuje SettingsPropertyNotFoundException nowe wystąpienie klasy na podstawie podanych parametrów.

SettingsPropertyNotFoundException(String, Exception)

Inicjuje SettingsPropertyNotFoundException nowe wystąpienie klasy na podstawie podanych parametrów.

SettingsPropertyNotFoundException()

Źródło:
SettingsPropertyNotFoundException.cs
Źródło:
SettingsPropertyNotFoundException.cs
Źródło:
SettingsPropertyNotFoundException.cs

Inicjuje nowe wystąpienie klasy SettingsPropertyNotFoundException.

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

Dotyczy

SettingsPropertyNotFoundException(String)

Źródło:
SettingsPropertyNotFoundException.cs
Źródło:
SettingsPropertyNotFoundException.cs
Źródło:
SettingsPropertyNotFoundException.cs

Inicjuje SettingsPropertyNotFoundException nowe wystąpienie klasy na podstawie podanego parametru.

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

Parametry

message
String

Ciąg zawierający komunikat o wyjątku.

Dotyczy

SettingsPropertyNotFoundException(SerializationInfo, StreamingContext)

Źródło:
SettingsPropertyNotFoundException.cs
Źródło:
SettingsPropertyNotFoundException.cs
Źródło:
SettingsPropertyNotFoundException.cs

Przestroga

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

Inicjuje SettingsPropertyNotFoundException nowe wystąpienie klasy na podstawie podanych parametrów.

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)

Parametry

info
SerializationInfo

SerializationInfo Obiekt, który przechowuje serializowane dane obiektu o zgłaszanym wyjątku.

context
StreamingContext

StreamingContext Obiekt zawierający kontekstowe informacje o źródle lub miejscu docelowym strumienia serializowanego.

Atrybuty

Dotyczy

SettingsPropertyNotFoundException(String, Exception)

Źródło:
SettingsPropertyNotFoundException.cs
Źródło:
SettingsPropertyNotFoundException.cs
Źródło:
SettingsPropertyNotFoundException.cs

Inicjuje SettingsPropertyNotFoundException nowe wystąpienie klasy na podstawie podanych parametrów.

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)

Parametry

message
String

Ciąg zawierający komunikat o wyjątku.

innerException
Exception

Wyjątek będący przyczyną bieżącego wyjątku.

Dotyczy