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

Element HttpRequestError , który spowodował wyjątek.

message
String

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

innerException
Exception

Wyjątek, który jest przyczyną bieżącego wyjątku.

Dotyczy