HttpIOException(HttpRequestError, String, Exception) Costruttore

Definizione

Inizializza una nuova istanza della 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)

Parametri

httpRequestError
HttpRequestError

Oggetto HttpRequestError che ha causato l'eccezione.

message
String

Stringa di messaggio che descrive l'errore.

innerException
Exception

Eccezione che ha determinato l'eccezione corrente.

Si applica a