EnumConstantNotPresentException.EnumType Method

Definition

Returns the type of the missing enum constant.

[Android.Runtime.Register("enumType", "()Ljava/lang/Class;", "GetEnumTypeHandler")]
public virtual Java.Lang.Class? EnumType ();
[<Android.Runtime.Register("enumType", "()Ljava/lang/Class;", "GetEnumTypeHandler")>]
abstract member EnumType : unit -> Java.Lang.Class
override this.EnumType : unit -> Java.Lang.Class

Returns

the type of the missing enum constant

Attributes

Remarks

Returns the type of the missing enum constant.

Java documentation for java.lang.EnumConstantNotPresentException.enumType().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to