Freigeben über


QuicException Constructors

Definition

Overloads

QuicException(IntPtr, JniHandleOwnership)
QuicException(String, Throwable)

Constructs an exception that is caused by a QUIC protocol error.

QuicException(IntPtr, JniHandleOwnership)

protected QuicException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Net.Http.QuicException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Net.Http.QuicException

Parameters

javaReference
IntPtr

nativeint

Applies to

QuicException(String, Throwable)

Constructs an exception that is caused by a QUIC protocol error.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=34)]
protected QuicException (string? message, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=34)>]
new Android.Net.Http.QuicException : string * Java.Lang.Throwable -> Android.Net.Http.QuicException

Parameters

message
String

explanation of failure.

cause
Throwable

the cause (which is saved for later retrieval by the java.io.IOException#getCause getCause() method). A null value is permitted, and indicates that the cause is nonexistent or unknown.

Attributes

Remarks

Constructs an exception that is caused by a QUIC protocol error.

Java documentation for android.net.http.QuicException.QuicException(java.lang.String, java.lang.Throwable).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to