ConnectionLostException Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
ConnectionLostException() |
ConnectionLostException sınıfının yeni bir örneğini başlatır. |
ConnectionLostException(String) |
ConnectionLostException sınıfının yeni bir örneğini başlatır. |
ConnectionLostException(SerializationInfo, StreamingContext) |
ConnectionLostException sınıfının yeni bir örneğini başlatır. |
ConnectionLostException(String, Exception) |
ConnectionLostException sınıfının yeni bir örneğini başlatır. |
ConnectionLostException()
ConnectionLostException sınıfının yeni bir örneğini başlatır.
public ConnectionLostException ();
Public Sub New ()
Şunlara uygulanır
ConnectionLostException(String)
ConnectionLostException sınıfının yeni bir örneğini başlatır.
public ConnectionLostException (string message);
public ConnectionLostException (string? message);
new StreamJsonRpc.ConnectionLostException : string -> StreamJsonRpc.ConnectionLostException
Public Sub New (message As String)
Parametreler
- message
- String
Hatayı açıklayan ileti.
Şunlara uygulanır
ConnectionLostException(SerializationInfo, StreamingContext)
ConnectionLostException sınıfının yeni bir örneğini başlatır.
protected ConnectionLostException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new StreamJsonRpc.ConnectionLostException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> StreamJsonRpc.ConnectionLostException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parametreler
- info
- SerializationInfo
Serileştirme bilgileri.
- context
- StreamingContext
Akış bağlamı.
Şunlara uygulanır
ConnectionLostException(String, Exception)
ConnectionLostException sınıfının yeni bir örneğini başlatır.
public ConnectionLostException (string message, Exception innerException);
public ConnectionLostException (string? message, Exception? innerException);
new StreamJsonRpc.ConnectionLostException : string * Exception -> StreamJsonRpc.ConnectionLostException
Public Sub New (message As String, innerException As Exception)
Parametreler
- message
- String
Özel durumun nedenini açıklayan hata iletisi.
- innerException
- Exception
Geçerli özel durumun nedeni olan özel durum veya iç özel durum belirtilmezse null başvuru (Visual Basic'te Hiçbir şey).