HttpIOException(HttpRequestError, String, Exception) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

httpRequestError
HttpRequestError

que HttpRequestError provocó la excepción.

message
String

Cadena de mensaje que describe el error.

innerException
Exception

Excepción que es la causa de la excepción actual.

Se aplica a