ServiceNotStartedException Konstruktory

Definice

Inicializuje instanci třídy ServiceNotStartedException.

Přetížení

ServiceNotStartedException()

Inicializuje instanci třídy ServiceNotStartedException.

ServiceNotStartedException(String)

Inicializuje instanci ServiceNotStartedException třídy se zadanou chybovou zprávou.

ServiceNotStartedException(SerializationInfo, StreamingContext)

Inicializuje instanci ServiceNotStartedException třídy serializovaná data.

ServiceNotStartedException(String, Exception)

Inicializuje instanci ServiceNotStartedException třídy se zadanou chybovou zprávou a odkazem na vnitřní výjimku, která je příčinou této výjimky.

ServiceNotStartedException()

Inicializuje instanci třídy ServiceNotStartedException.

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

Platí pro

ServiceNotStartedException(String)

Inicializuje instanci ServiceNotStartedException třídy se zadanou chybovou zprávou.

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)

Parametry

message
String

Zpráva popisující chybu

Platí pro

ServiceNotStartedException(SerializationInfo, StreamingContext)

Inicializuje instanci ServiceNotStartedException třídy serializovaná data.

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)

Parametry

info
SerializationInfo

Objekt SerializationInfo , který obsahuje serializovaná data objektu o výjimce, která je vyvolána.

context
StreamingContext

Objekt StreamingContext , který obsahuje kontextové informace o zdroji nebo cíli.

Platí pro

ServiceNotStartedException(String, Exception)

Inicializuje instanci ServiceNotStartedException třídy se zadanou chybovou zprávou a odkazem na vnitřní výjimku, která je příčinou této výjimky.

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)

Parametry

message
String

Zpráva popisující chybu

innerException
Exception

Výjimka, která je příčinou aktuální výjimky

Platí pro