IllegalFormatConversionException.ArgumentClass Property

Definition

Returns the class of the mismatched argument.

public virtual Java.Lang.Class? ArgumentClass { [Android.Runtime.Register("getArgumentClass", "()Ljava/lang/Class;", "GetGetArgumentClassHandler")] get; }
[<get: Android.Runtime.Register("getArgumentClass", "()Ljava/lang/Class;", "GetGetArgumentClassHandler")>]
member this.ArgumentClass : Java.Lang.Class

Property Value

The class of the mismatched argument

Attributes

Remarks

Returns the class of the mismatched argument.

Java documentation for java.util.IllegalFormatConversionException.getArgumentClass().

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