HttpListenerException 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.
HttpListenerException sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
HttpListenerException() |
HttpListenerException sınıfının yeni bir örneğini başlatır. |
HttpListenerException(Int32) |
Belirtilen hata kodunu kullanarak sınıfının yeni bir örneğini HttpListenerException başlatır. |
HttpListenerException(Int32, String) |
Belirtilen hata kodunu ve iletisini kullanarak sınıfının yeni bir örneğini HttpListenerException başlatır. |
HttpListenerException(SerializationInfo, StreamingContext) |
Geçersiz.
ve StreamingContext sınıflarının HttpListenerException belirtilen örneklerinden sınıfının yeni bir örneğini SerializationInfo başlatır. |
HttpListenerException()
- Kaynak:
- HttpListenerException.cs
- Kaynak:
- HttpListenerException.cs
- Kaynak:
- HttpListenerException.cs
HttpListenerException sınıfının yeni bir örneğini başlatır.
public:
HttpListenerException();
public HttpListenerException ();
Public Sub New ()
Açıklamalar
Bu oluşturucu, en son Windows hatasını ErrorCode kullanarak ve Message özelliklerini ayarlar.
Şunlara uygulanır
HttpListenerException(Int32)
- Kaynak:
- HttpListenerException.cs
- Kaynak:
- HttpListenerException.cs
- Kaynak:
- HttpListenerException.cs
Belirtilen hata kodunu kullanarak sınıfının yeni bir örneğini HttpListenerException başlatır.
public:
HttpListenerException(int errorCode);
public HttpListenerException (int errorCode);
new System.Net.HttpListenerException : int -> System.Net.HttpListenerException
Public Sub New (errorCode As Integer)
Parametreler
Açıklamalar
özelliğini ayarlamak ErrorCode için değeri errorCode
kullanılır.
Şunlara uygulanır
HttpListenerException(Int32, String)
- Kaynak:
- HttpListenerException.cs
- Kaynak:
- HttpListenerException.cs
- Kaynak:
- HttpListenerException.cs
Belirtilen hata kodunu ve iletisini kullanarak sınıfının yeni bir örneğini HttpListenerException başlatır.
public:
HttpListenerException(int errorCode, System::String ^ message);
public HttpListenerException (int errorCode, string message);
new System.Net.HttpListenerException : int * string -> System.Net.HttpListenerException
Public Sub New (errorCode As Integer, message As String)
Parametreler
Açıklamalar
özelliğini ayarlamak ErrorCode için değeri errorCode
kullanılır.
message
parametresi özelliğini ayarlamak Message için kullanılır.
Şunlara uygulanır
HttpListenerException(SerializationInfo, StreamingContext)
- Kaynak:
- HttpListenerException.cs
- Kaynak:
- HttpListenerException.cs
- Kaynak:
- HttpListenerException.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 HttpListenerException belirtilen örneklerinden sınıfının yeni bir örneğini SerializationInfo başlatır.
protected:
HttpListenerException(System::Runtime::Serialization::SerializationInfo ^ serializationInfo, System::Runtime::Serialization::StreamingContext streamingContext);
protected HttpListenerException (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 HttpListenerException (System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext);
new System.Net.HttpListenerException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Net.HttpListenerException
[<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.HttpListenerException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Net.HttpListenerException
Protected Sub New (serializationInfo As SerializationInfo, streamingContext As StreamingContext)
Parametreler
- serializationInfo
- SerializationInfo
SerializationInfo Yeni HttpListenerException nesnenin seri durumdan çıkarılması için gereken bilgileri içeren bir nesne.
- streamingContext
- StreamingContext
Bir StreamingContext nesnesi.
- Öznitelikler