Share via


HttpIOException(HttpRequestError, String, Exception) Constructeur

Définition

Initialise une nouvelle instance de la classe HttpIOException.

public HttpIOException (System.Net.Http.HttpRequestError httpRequestError, string? message = default, Exception? innerException = default);
new System.Net.Http.HttpIOException : System.Net.Http.HttpRequestError * string * Exception -> System.Net.Http.HttpIOException
Public Sub New (httpRequestError As HttpRequestError, Optional message As String = Nothing, Optional innerException As Exception = Nothing)

Paramètres

httpRequestError
HttpRequestError

HttpRequestError ayant provoqué l’exception.

message
String

Chaîne de message décrivant l’erreur.

innerException
Exception

Exception ayant provoqué l'exception actuelle.

S’applique à