HttpIOException(HttpRequestError, String, Exception) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

httpRequestError
HttpRequestError

Przyczyną HttpRequestError tego wyjątku.

message
String

Ciąg komunikatu opisujący błąd.

innerException
Exception

Wyjątek będący przyczyną bieżącego wyjątku.

Dotyczy