ServiceNotStartedException Konstruktoren

Definition

Initialisiert eine Instanz der ServiceNotStartedException-Klasse.

Überlädt

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 diese Ausnahme ausgelöst hat.

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, in der der Fehler beschrieben wird.

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 für die ausgelöste Ausnahme enthält.

context
StreamingContext

Das StreamingContext-Objekt, das Kontextinformationen über die Quelle oder das 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 diese Ausnahme ausgelöst hat.

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, in der der Fehler beschrieben wird.

innerException
Exception

Die Ausnahme, die die Ursache der aktuellen Ausnahme ist.

Gilt für: