Share via


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

현재 예외의 원인인 예외입니다.

적용 대상