HttpListenerException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe HttpListenerException.
Surcharges
HttpListenerException() |
Initialise une nouvelle instance de la classe HttpListenerException. |
HttpListenerException(Int32) |
Initialise une nouvelle instance de la classe HttpListenerException à l'aide du code d'erreur spécifié. |
HttpListenerException(Int32, String) |
Initialise une nouvelle instance de la classe HttpListenerException à l'aide du code et du message d'erreur spécifiés. |
HttpListenerException(SerializationInfo, StreamingContext) |
Obsolète.
Initialise une nouvelle instance de la classe HttpListenerException à partir des instances spécifiées des classes SerializationInfo et StreamingContext. |
HttpListenerException()
- Source:
- HttpListenerException.cs
- Source:
- HttpListenerException.cs
- Source:
- HttpListenerException.cs
Initialise une nouvelle instance de la classe HttpListenerException.
public:
HttpListenerException();
public HttpListenerException ();
Public Sub New ()
Remarques
Ce constructeur définit les propriétés et à Message l’aide ErrorCode de l’erreur Windows la plus récente.
S’applique à
HttpListenerException(Int32)
- Source:
- HttpListenerException.cs
- Source:
- HttpListenerException.cs
- Source:
- HttpListenerException.cs
Initialise une nouvelle instance de la classe HttpListenerException à l'aide du code d'erreur spécifié.
public:
HttpListenerException(int errorCode);
public HttpListenerException (int errorCode);
new System.Net.HttpListenerException : int -> System.Net.HttpListenerException
Public Sub New (errorCode As Integer)
Paramètres
Remarques
La valeur de errorCode
est utilisée pour définir la ErrorCode propriété .
S’applique à
HttpListenerException(Int32, String)
- Source:
- HttpListenerException.cs
- Source:
- HttpListenerException.cs
- Source:
- HttpListenerException.cs
Initialise une nouvelle instance de la classe HttpListenerException à l'aide du code et du message d'erreur spécifiés.
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)
Paramètres
Remarques
La valeur de errorCode
est utilisée pour définir la ErrorCode propriété . Le message
paramètre est utilisé pour définir la Message propriété .
S’applique à
HttpListenerException(SerializationInfo, StreamingContext)
- Source:
- HttpListenerException.cs
- Source:
- HttpListenerException.cs
- Source:
- HttpListenerException.cs
Attention
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Initialise une nouvelle instance de la classe HttpListenerException à partir des instances spécifiées des classes SerializationInfo et StreamingContext.
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)
Paramètres
- serializationInfo
- SerializationInfo
Objet SerializationInfo qui contient les informations nécessaires pour désérialiser le nouvel objet HttpListenerException.
- streamingContext
- StreamingContext
Objet StreamingContext.
- Attributs