ServiceNotStartedException 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.
Initialisiert eine Instanz der ServiceNotStartedException Klasse.
Überlädt
| Name | Beschreibung |
|---|---|
| ServiceNotStartedException() |
Initialisiert eine Instanz der ServiceNotStartedException Klasse. |
| ServiceNotStartedException(String) |
Initialisiert eine Instanz der ServiceNotStartedException Klasse mit der angegebenen Fehlermeldung. |
| ServiceNotStartedException(SerializationInfo, StreamingContext) |
Initialisiert eine Instanz der ServiceNotStartedException Klasse mit serialisierten Daten. |
| ServiceNotStartedException(String, Exception) |
Initialisiert eine Instanz der ServiceNotStartedException Klasse mit der angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die die Ursache dieser Ausnahme ist. |
ServiceNotStartedException()
Initialisiert eine Instanz der ServiceNotStartedException Klasse.
public:
ServiceNotStartedException();
public ServiceNotStartedException();
Public Sub New ()
Gilt für:
ServiceNotStartedException(String)
Initialisiert eine Instanz der ServiceNotStartedException Klasse mit der angegebenen Fehlermeldung.
public:
ServiceNotStartedException(System::String ^ message);
public ServiceNotStartedException(string message);
new System.IdentityModel.Selectors.ServiceNotStartedException : string -> System.IdentityModel.Selectors.ServiceNotStartedException
Public Sub New (message As String)
Parameter
- message
- String
Die Meldung, die den Fehler beschreibt.
Gilt für:
ServiceNotStartedException(SerializationInfo, StreamingContext)
Initialisiert eine Instanz der ServiceNotStartedException Klasse mit serialisierten Daten.
protected:
ServiceNotStartedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ServiceNotStartedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.IdentityModel.Selectors.ServiceNotStartedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.IdentityModel.Selectors.ServiceNotStartedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameter
- info
- SerializationInfo
Das SerializationInfo Objekt, das die serialisierten Objektdaten zu der Ausnahme enthält, die ausgelöst wird.
- context
- StreamingContext
Das StreamingContext Objekt, das Kontextinformationen zur Quelle oder zum Ziel enthält.
Gilt für:
ServiceNotStartedException(String, Exception)
Initialisiert eine Instanz der ServiceNotStartedException Klasse mit der angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die die Ursache dieser Ausnahme ist.
public:
ServiceNotStartedException(System::String ^ message, Exception ^ innerException);
public ServiceNotStartedException(string message, Exception innerException);
new System.IdentityModel.Selectors.ServiceNotStartedException : string * Exception -> System.IdentityModel.Selectors.ServiceNotStartedException
Public Sub New (message As String, innerException As Exception)
Parameter
- message
- String
Die Meldung, die den Fehler beschreibt.
- innerException
- Exception
Die Ausnahme, die die Ursache der aktuellen Ausnahme ist.