Condividi tramite


QuicException Constructors

Definition

Overloads

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

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)

[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
cause
Throwable
Attributes

Applies to