ServiceNotStartedException Konstruktory

Definicja

Inicjuje wystąpienie klasy ServiceNotStartedException.

Przeciążenia

ServiceNotStartedException()

Inicjuje wystąpienie klasy ServiceNotStartedException.

ServiceNotStartedException(String)

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

ServiceNotStartedException(SerializationInfo, StreamingContext)

Inicjuje ServiceNotStartedException wystąpienie klasy z danymi serializowanymi.

ServiceNotStartedException(String, Exception)

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

ServiceNotStartedException()

Inicjuje wystąpienie klasy ServiceNotStartedException.

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

Dotyczy

ServiceNotStartedException(String)

Inicjuje ServiceNotStartedException wystąpienie 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 z opisem błędu.

Dotyczy

ServiceNotStartedException(SerializationInfo, StreamingContext)

Inicjuje ServiceNotStartedException wystąpienie klasy z danymi serializowanymi.

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 serializowane 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 wewnętrznego wyjątku, 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 z opisem błędu.

innerException
Exception

Wyjątek będący przyczyną bieżącego wyjątku.

Dotyczy