Condividi tramite


CallbackException Constructors

Definition

Overloads

CallbackException(IntPtr, JniHandleOwnership)
CallbackException(String, Throwable)

CallbackException(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

Applies to

CallbackException(String, Throwable)

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

Parameters

message
String
cause
Throwable
Attributes

Applies to