ServiceNotStartedException Oluşturucular

Tanım

ServiceNotStartedException sınıfının örneğini başlatır.

Aşırı Yüklemeler

ServiceNotStartedException()

ServiceNotStartedException sınıfının örneğini başlatır.

ServiceNotStartedException(String)

Belirtilen hata iletisiyle sınıfının bir örneğini ServiceNotStartedException başlatır.

ServiceNotStartedException(SerializationInfo, StreamingContext)

Serileştirilmiş verilerle sınıfının bir örneğini ServiceNotStartedException başlatır.

ServiceNotStartedException(String, Exception)

Belirtilen hata iletisiyle sınıfının bir örneğini ServiceNotStartedException ve bu özel durumun nedeni olan iç özel duruma başvuruyu başlatır.

ServiceNotStartedException()

ServiceNotStartedException sınıfının örneğini başlatır.

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

Şunlara uygulanır

ServiceNotStartedException(String)

Belirtilen hata iletisiyle sınıfının bir örneğini ServiceNotStartedException başlatır.

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)

Parametreler

message
String

Hatayı açıklayan ileti.

Şunlara uygulanır

ServiceNotStartedException(SerializationInfo, StreamingContext)

Serileştirilmiş verilerle sınıfının bir örneğini ServiceNotStartedException başlatır.

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)

Parametreler

info
SerializationInfo

Oluşan SerializationInfo özel durumla ilgili serileştirilmiş nesne verilerini içeren nesne.

context
StreamingContext

StreamingContext Kaynak veya hedef hakkında bağlamsal bilgileri içeren nesne.

Şunlara uygulanır

ServiceNotStartedException(String, Exception)

Belirtilen hata iletisiyle sınıfının bir örneğini ServiceNotStartedException ve bu özel durumun nedeni olan iç özel duruma başvuruyu başlatır.

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)

Parametreler

message
String

Hatayı açıklayan ileti.

innerException
Exception

Geçerli özel durumun nedeni olan özel durum.

Şunlara uygulanır