ChannelClosedException 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
ChannelClosedException() |
ChannelClosedException sınıfının yeni bir örneğini başlatır. |
ChannelClosedException(Exception) |
ChannelClosedException sınıfının yeni bir örneğini başlatır. |
ChannelClosedException(String) |
ChannelClosedException sınıfının yeni bir örneğini başlatır. |
ChannelClosedException(SerializationInfo, StreamingContext) |
Geçersiz.
ChannelClosedException sınıfının yeni bir örneğini serileştirilmiş verilerle başlatır. |
ChannelClosedException(String, Exception) |
ChannelClosedException sınıfının yeni bir örneğini başlatır. |
ChannelClosedException()
- Kaynak:
- ChannelClosedException.cs
- Kaynak:
- ChannelClosedException.cs
- Kaynak:
- ChannelClosedException.cs
ChannelClosedException sınıfının yeni bir örneğini başlatır.
public:
ChannelClosedException();
public ChannelClosedException ();
Public Sub New ()
Şunlara uygulanır
ChannelClosedException(Exception)
- Kaynak:
- ChannelClosedException.cs
- Kaynak:
- ChannelClosedException.cs
- Kaynak:
- ChannelClosedException.cs
ChannelClosedException sınıfının yeni bir örneğini başlatır.
public:
ChannelClosedException(Exception ^ innerException);
public ChannelClosedException (Exception? innerException);
public ChannelClosedException (Exception innerException);
new System.Threading.Channels.ChannelClosedException : Exception -> System.Threading.Channels.ChannelClosedException
Public Sub New (innerException As Exception)
Parametreler
- innerException
- Exception
Bu özel durumun nedeni olan özel durum.
Şunlara uygulanır
ChannelClosedException(String)
- Kaynak:
- ChannelClosedException.cs
- Kaynak:
- ChannelClosedException.cs
- Kaynak:
- ChannelClosedException.cs
ChannelClosedException sınıfının yeni bir örneğini başlatır.
public:
ChannelClosedException(System::String ^ message);
public ChannelClosedException (string? message);
public ChannelClosedException (string message);
new System.Threading.Channels.ChannelClosedException : string -> System.Threading.Channels.ChannelClosedException
Public Sub New (message As String)
Parametreler
- message
- String
Hatayı açıklayan ileti.
Şunlara uygulanır
ChannelClosedException(SerializationInfo, StreamingContext)
Dikkat
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
ChannelClosedException sınıfının yeni bir örneğini serileştirilmiş verilerle başlatır.
protected:
ChannelClosedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ChannelClosedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected ChannelClosedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Threading.Channels.ChannelClosedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Threading.Channels.ChannelClosedException
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new System.Threading.Channels.ChannelClosedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Threading.Channels.ChannelClosedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parametreler
- info
- SerializationInfo
Serileştirilmiş nesne verilerini tutan nesne.
- context
- StreamingContext
Kaynak veya hedefle ilgili bağlamsal bilgi.
- Öznitelikler
Şunlara uygulanır
ChannelClosedException(String, Exception)
- Kaynak:
- ChannelClosedException.cs
- Kaynak:
- ChannelClosedException.cs
- Kaynak:
- ChannelClosedException.cs
ChannelClosedException sınıfının yeni bir örneğini başlatır.
public:
ChannelClosedException(System::String ^ message, Exception ^ innerException);
public ChannelClosedException (string? message, Exception? innerException);
public ChannelClosedException (string message, Exception innerException);
new System.Threading.Channels.ChannelClosedException : string * Exception -> System.Threading.Channels.ChannelClosedException
Public Sub New (message As String, innerException As Exception)
Parametreler
- message
- String
Hatayı açıklayan ileti.
- innerException
- Exception
Bu özel durumun nedeni olan özel durum.