SettingsPropertyNotFoundException Konstruktorer

Definition

Initierar en ny instans av SettingsPropertyNotFoundException klassen.

Överlagringar

Name Description
SettingsPropertyNotFoundException()

Initierar en ny instans av SettingsPropertyNotFoundException klassen.

SettingsPropertyNotFoundException(String)

Initierar en ny instans av SettingsPropertyNotFoundException klassen baserat på en angiven parameter.

SettingsPropertyNotFoundException(SerializationInfo, StreamingContext)
Föråldrad.

Initierar en ny instans av SettingsPropertyNotFoundException klassen baserat på angivna parametrar.

SettingsPropertyNotFoundException(String, Exception)

Initierar en ny instans av SettingsPropertyNotFoundException klassen baserat på angivna parametrar.

SettingsPropertyNotFoundException()

Källa:
SettingsPropertyNotFoundException.cs
Källa:
SettingsPropertyNotFoundException.cs
Källa:
SettingsPropertyNotFoundException.cs
Källa:
SettingsPropertyNotFoundException.cs
Källa:
SettingsPropertyNotFoundException.cs
Källa:
SettingsPropertyNotFoundException.cs
Källa:
SettingsPropertyNotFoundException.cs
Källa:
SettingsPropertyNotFoundException.cs

Initierar en ny instans av SettingsPropertyNotFoundException klassen.

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

Gäller för

SettingsPropertyNotFoundException(String)

Källa:
SettingsPropertyNotFoundException.cs
Källa:
SettingsPropertyNotFoundException.cs
Källa:
SettingsPropertyNotFoundException.cs
Källa:
SettingsPropertyNotFoundException.cs
Källa:
SettingsPropertyNotFoundException.cs
Källa:
SettingsPropertyNotFoundException.cs
Källa:
SettingsPropertyNotFoundException.cs
Källa:
SettingsPropertyNotFoundException.cs

Initierar en ny instans av SettingsPropertyNotFoundException klassen baserat på en angiven parameter.

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

Parametrar

message
String

En sträng som innehåller ett undantagsmeddelande.

Gäller för

SettingsPropertyNotFoundException(SerializationInfo, StreamingContext)

Källa:
SettingsPropertyNotFoundException.cs
Källa:
SettingsPropertyNotFoundException.cs
Källa:
SettingsPropertyNotFoundException.cs
Källa:
SettingsPropertyNotFoundException.cs
Källa:
SettingsPropertyNotFoundException.cs
Källa:
SettingsPropertyNotFoundException.cs
Källa:
SettingsPropertyNotFoundException.cs
Källa:
SettingsPropertyNotFoundException.cs

Varning

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

Initierar en ny instans av SettingsPropertyNotFoundException klassen baserat på angivna parametrar.

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

Parametrar

info
SerializationInfo

Objektet SerializationInfo som innehåller serialiserade objektdata om undantaget som genereras.

context
StreamingContext

Objektet StreamingContext som innehåller kontextuell information om källan eller målet för den serialiserade strömmen.

Attribut

Gäller för

SettingsPropertyNotFoundException(String, Exception)

Källa:
SettingsPropertyNotFoundException.cs
Källa:
SettingsPropertyNotFoundException.cs
Källa:
SettingsPropertyNotFoundException.cs
Källa:
SettingsPropertyNotFoundException.cs
Källa:
SettingsPropertyNotFoundException.cs
Källa:
SettingsPropertyNotFoundException.cs
Källa:
SettingsPropertyNotFoundException.cs
Källa:
SettingsPropertyNotFoundException.cs

Initierar en ny instans av SettingsPropertyNotFoundException klassen baserat på angivna parametrar.

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)

Parametrar

message
String

En sträng som innehåller ett undantagsmeddelande.

innerException
Exception

Undantaget som är orsaken till det aktuella undantaget.

Gäller för