IntentSender.SendIntentException Costruttori

Definizione

Overload

Nome Descrizione
IntentSender.SendIntentException()
IntentSender.SendIntentException(Exception)
IntentSender.SendIntentException(String)
IntentSender.SendIntentException(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

IntentSender.SendIntentException()

[Android.Runtime.Register(".ctor", "()V", "")]
public SendIntentException();
Attributi

Commenti

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

IntentSender.SendIntentException(Exception)

[Android.Runtime.Register(".ctor", "(Ljava/lang/Exception;)V", "")]
public SendIntentException(Java.Lang.Exception? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Exception;)V", "")>]
new Android.Content.IntentSender.SendIntentException : Java.Lang.Exception -> Android.Content.IntentSender.SendIntentException

Parametri

cause
Exception
Attributi

Commenti

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

IntentSender.SendIntentException(String)

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public SendIntentException(string? name);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Android.Content.IntentSender.SendIntentException : string -> Android.Content.IntentSender.SendIntentException

Parametri

name
String
Attributi

Commenti

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

IntentSender.SendIntentException(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

protected SendIntentException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Content.IntentSender.SendIntentException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Content.IntentSender.SendIntentException

Parametri

javaReference
IntPtr

nativeint

Oggetto IntPtrcontenente un riferimento all'oggetto JNI (Native Interface) Java.

transfer
JniHandleOwnership

Oggetto JniHandleOwnershipche indica come gestire javaReference

Commenti

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