ProviderException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt eine neue Instanz der ProviderException-Klasse.
Überlädt
ProviderException() |
Erstellt eine neue Instanz der ProviderException-Klasse. |
ProviderException(String) |
Erstellt eine neue Instanz der ProviderException-Klasse. |
ProviderException(SerializationInfo, StreamingContext) |
Veraltet.
Erstellt eine neue Instanz der ProviderException-Klasse. |
ProviderException(String, Exception) |
Erstellt eine neue Instanz der ProviderException-Klasse. |
ProviderException()
- Quelle:
- ProviderException.cs
- Quelle:
- ProviderException.cs
- Quelle:
- ProviderException.cs
Erstellt eine neue Instanz der ProviderException-Klasse.
public:
ProviderException();
public ProviderException ();
Public Sub New ()
Gilt für:
ProviderException(String)
- Quelle:
- ProviderException.cs
- Quelle:
- ProviderException.cs
- Quelle:
- ProviderException.cs
Erstellt eine neue Instanz der ProviderException-Klasse.
public:
ProviderException(System::String ^ message);
public ProviderException (string message);
new System.Configuration.Provider.ProviderException : string -> System.Configuration.Provider.ProviderException
Public Sub New (message As String)
Parameter
- message
- String
Eine Meldung, die beschreibt, warum diese ProviderException ausgelöst wurde.
Gilt für:
ProviderException(SerializationInfo, StreamingContext)
- Quelle:
- ProviderException.cs
- Quelle:
- ProviderException.cs
- Quelle:
- ProviderException.cs
Achtung
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Erstellt eine neue Instanz der ProviderException-Klasse.
protected:
ProviderException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ProviderException (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 ProviderException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Configuration.Provider.ProviderException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Configuration.Provider.ProviderException
[<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.Provider.ProviderException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Configuration.Provider.ProviderException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameter
- info
- SerializationInfo
Das Objekt, das Informationen zum Deserialisieren enthält.
- context
- StreamingContext
Kontextinformationen zur Quelle bzw. zum Ziel.
- Attribute
Gilt für:
ProviderException(String, Exception)
- Quelle:
- ProviderException.cs
- Quelle:
- ProviderException.cs
- Quelle:
- ProviderException.cs
Erstellt eine neue Instanz der ProviderException-Klasse.
public:
ProviderException(System::String ^ message, Exception ^ innerException);
public ProviderException (string message, Exception innerException);
new System.Configuration.Provider.ProviderException : string * Exception -> System.Configuration.Provider.ProviderException
Public Sub New (message As String, innerException As Exception)
Parameter
- message
- String
Eine Meldung, die beschreibt, warum diese ProviderException ausgelöst wurde.
- innerException
- Exception
Die Ausnahme, durch die diese ProviderException ausgelöst wurde.