HttpIOException(HttpRequestError, String, Exception) Constructor

Definitie

Initialiseert een nieuw exemplaar van de HttpIOException klasse.

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)

Parameters

httpRequestError
HttpRequestError

De HttpRequestError oorzaak van de uitzondering.

message
String

De berichttekenreeks die de fout beschrijft.

innerException
Exception

De uitzondering die de oorzaak is van de huidige uitzondering.

Van toepassing op