HttpIOException(HttpRequestError, String, Exception) コンストラクター

定義

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)

パラメーター

httpRequestError
HttpRequestError

例外の原因となった HttpRequestError

message
String

エラーを説明するメッセージ文字列。

innerException
Exception

現在の例外の原因となった例外。

適用対象