HttpProtocolException(Int64, String, Exception) Konstruktor

Definition

Initialisiert eine neue instance der HttpProtocolException -Klasse mit dem angegebenen Fehlercode, der angegebenen Meldung und der angegebenen inneren Ausnahme.

public:
 HttpProtocolException(long errorCode, System::String ^ message, Exception ^ innerException);
public HttpProtocolException (long errorCode, string? message, Exception? innerException);
public HttpProtocolException (long errorCode, string message, Exception? innerException);
new System.Net.Http.HttpProtocolException : int64 * string * Exception -> System.Net.Http.HttpProtocolException
Public Sub New (errorCode As Long, message As String, innerException As Exception)

Parameter

errorCode
Int64

Der HTTP/2- oder HTTP/3-Fehlercode.

message
String

Die Fehlermeldung, in der die Ursache der Ausnahme erklärt wird.

innerException
Exception

Die Ausnahme, die die Ursache der aktuellen Ausnahme ist.

Gilt für: