Lingua

CallbackException Costruttori

Definizione

Overload

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

Costruisce un'eccezione che esegue il cause wrapping generato da un oggetto UrlRequest.Callback.

CallbackException(IntPtr, JniHandleOwnership)

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

Parametri

javaReference
IntPtr

nativeint

Si applica a

CallbackException(String, Throwable)

Costruisce un'eccezione che esegue il cause wrapping generato da un oggetto UrlRequest.Callback.

[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

Parametri

message
String

spiegazione dell'errore.

cause
Throwable

eccezione generata dal UrlRequest.Callback wrapping. Viene salvato per il recupero successivo da java.io.IOException#getCause getCause().

Attributi

Commenti

Costruisce un'eccezione che esegue il cause wrapping generato da un oggetto UrlRequest.Callback.

per android.net.http.CallbackException.CallbackException(java.lang.String, java.lang.Throwable).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a