Linguaggio

EnumConstantNotPresentException Costruttori

Definizione

Overload

Nome Descrizione
EnumConstantNotPresentException(Class, String)

Costruisce un oggetto EnumConstantNotPresentException per la costante specificata.

EnumConstantNotPresentException(IntPtr, JniHandleOwnership)

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

EnumConstantNotPresentException(Class, String)

Costruisce un oggetto EnumConstantNotPresentException per la costante specificata.

[Android.Runtime.Register(".ctor", "(Ljava/lang/Class;Ljava/lang/String;)V", "")]
public EnumConstantNotPresentException(Java.Lang.Class? enumType, string? constantName);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Class;Ljava/lang/String;)V", "")>]
new Java.Lang.EnumConstantNotPresentException : Java.Lang.Class * string -> Java.Lang.EnumConstantNotPresentException

Parametri

enumType
Class

tipo della costante enumerazione mancante

constantName
String

nome della costante enumerazione mancante

Attributi

Commenti

Costruisce un oggetto EnumConstantNotPresentException per la costante specificata.

per java.lang.EnumConstantNotPresentException.EnumConstantNotPresentException(java.lang.Class<? extends java.lang.Enum>, java.lang.String).

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

EnumConstantNotPresentException(IntPtr, JniHandleOwnership)

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

protected EnumConstantNotPresentException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Lang.EnumConstantNotPresentException : nativeint * Android.Runtime.JniHandleOwnership -> Java.Lang.EnumConstantNotPresentException

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