SocketException 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.
SocketException sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
SocketException() |
Sınıfının yeni bir örneğini SocketException son işletim sistemi hata koduyla başlatır. |
SocketException(Int32) |
Belirtilen hata koduyla sınıfının yeni bir örneğini SocketException başlatır. |
SocketException(Int32, String) |
Belirtilen hata kodu ve iletisiyle sınıfının yeni bir örneğini SocketException başlatır. |
SocketException(SerializationInfo, StreamingContext) |
Geçersiz.
ve StreamingContext sınıflarının SocketException belirtilen örneklerinden sınıfının yeni bir örneğini SerializationInfo başlatır. |
SocketException()
- Kaynak:
- SocketException.Unix.cs
- Kaynak:
- SocketException.Unix.cs
- Kaynak:
- SocketException.Unix.cs
Sınıfının yeni bir örneğini SocketException son işletim sistemi hata koduyla başlatır.
public:
SocketException();
public SocketException ();
Public Sub New ()
Açıklamalar
Oluşturucu, SocketException özelliğini oluşan son işletim sistemi yuva hatasına ayarlar ErrorCode . Yuva hata kodları hakkında daha fazla bilgi için Windows Yuvaları sürüm 2 API hata kodu belgelerine bakın.
Şunlara uygulanır
SocketException(Int32)
- Kaynak:
- SocketException.cs
- Kaynak:
- SocketException.cs
- Kaynak:
- SocketException.cs
Belirtilen hata koduyla sınıfının yeni bir örneğini SocketException başlatır.
public:
SocketException(int errorCode);
public SocketException (int errorCode);
new System.Net.Sockets.SocketException : int -> System.Net.Sockets.SocketException
Public Sub New (errorCode As Integer)
Parametreler
- errorCode
- Int32
Oluşan hatayı gösteren hata kodu.
Açıklamalar
Oluşturucu özelliğini SocketException olarak ErrorCodeerrorCode
ayarlar.
Şunlara uygulanır
SocketException(Int32, String)
- Kaynak:
- SocketException.cs
- Kaynak:
- SocketException.cs
Belirtilen hata kodu ve iletisiyle sınıfının yeni bir örneğini SocketException başlatır.
public:
SocketException(int errorCode, System::String ^ message);
public SocketException (int errorCode, string? message);
new System.Net.Sockets.SocketException : int * string -> System.Net.Sockets.SocketException
Public Sub New (errorCode As Integer, message As String)
Parametreler
- errorCode
- Int32
Oluşan hatayı gösteren hata kodu.
- message
- String
Hatayı açıklayan ileti.
Şunlara uygulanır
SocketException(SerializationInfo, StreamingContext)
- Kaynak:
- SocketException.cs
- Kaynak:
- SocketException.cs
- Kaynak:
- SocketException.cs
Dikkat
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
ve StreamingContext sınıflarının SocketException belirtilen örneklerinden sınıfının yeni bir örneğini SerializationInfo başlatır.
protected:
SocketException(System::Runtime::Serialization::SerializationInfo ^ serializationInfo, System::Runtime::Serialization::StreamingContext streamingContext);
protected SocketException (System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext);
[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 SocketException (System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext);
new System.Net.Sockets.SocketException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Net.Sockets.SocketException
[<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.Net.Sockets.SocketException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Net.Sockets.SocketException
Protected Sub New (serializationInfo As SerializationInfo, streamingContext As StreamingContext)
Parametreler
- serializationInfo
- SerializationInfo
SerializationInfo Yeni SocketException örneği serileştirmek için gereken bilgileri içeren bir örnek.
- streamingContext
- StreamingContext
StreamingContext Yeni SocketException örnekle ilişkili seri hale getirilmiş akışın kaynağını içeren.
- Öznitelikler
Açıklamalar
Bu oluşturucu sınıfı için arabirimini SocketException uygularISerializable.