Język

ServiceNotStartedException Konstruktory

Definicja

Inicjuje ServiceNotStartedException wystąpienie klasy .

Przeciążenia

Nazwa Opis
ServiceNotStartedException()

Inicjuje ServiceNotStartedException wystąpienie klasy .

ServiceNotStartedException(String)

Inicjuje wystąpienie ServiceNotStartedException klasy z określonym komunikatem o błędzie.

ServiceNotStartedException(SerializationInfo, StreamingContext)

Inicjuje ServiceNotStartedException wystąpienie klasy z serializowanymi danymi.

ServiceNotStartedException(String, Exception)

Inicjuje wystąpienie ServiceNotStartedException klasy z określonym komunikatem o błędzie i odwołaniem do wyjątku wewnętrznego, który jest przyczyną tego wyjątku.

ServiceNotStartedException()

Inicjuje ServiceNotStartedException wystąpienie klasy .

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

Dotyczy

ServiceNotStartedException(String)

Inicjuje wystąpienie ServiceNotStartedException klasy z określonym komunikatem o błędzie.

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

Komunikat opisujący błąd.

Dotyczy

ServiceNotStartedException(SerializationInfo, StreamingContext)

Inicjuje ServiceNotStartedException wystąpienie klasy z serializowanymi danymi.

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

Obiekt SerializationInfo zawierający zserializowane dane obiektu dotyczące zgłaszanego wyjątku.

context
StreamingContext

StreamingContext Obiekt zawierający kontekstowe informacje o źródle lub miejscu docelowym.

Dotyczy

ServiceNotStartedException(String, Exception)

Inicjuje wystąpienie ServiceNotStartedException klasy z określonym komunikatem o błędzie i odwołaniem do wyjątku wewnętrznego, który jest przyczyną tego wyjątku.

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

Komunikat opisujący błąd.

innerException
Exception

Wyjątek, który jest przyczyną bieżącego wyjątku.

Dotyczy