Linguaggio

AndroidRuntimeException Costruttori

Definizione

Overload

Nome Descrizione
AndroidRuntimeException()
AndroidRuntimeException(Exception)
AndroidRuntimeException(String)
AndroidRuntimeException(IntPtr, JniHandleOwnership)

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

AndroidRuntimeException(String, Throwable)

AndroidRuntimeException()

[Android.Runtime.Register(".ctor", "()V", "")]
public AndroidRuntimeException();
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

AndroidRuntimeException(Exception)

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

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

AndroidRuntimeException(String)

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

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

AndroidRuntimeException(IntPtr, JniHandleOwnership)

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

protected AndroidRuntimeException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Util.AndroidRuntimeException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Util.AndroidRuntimeException

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

AndroidRuntimeException(String, Throwable)

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "")]
public AndroidRuntimeException(string? name, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "")>]
new Android.Util.AndroidRuntimeException : string * Java.Lang.Throwable -> Android.Util.AndroidRuntimeException

Parametri

name
String
cause
Throwable
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