Java.Lang.ArrayStoreException Class
Thrown when a program attempts to store an element of an incompatible type in an array.

See Also: ArrayStoreException Members

Syntax

[Android.Runtime.Register("java/lang/ArrayStoreException", DoNotGenerateAcw=true)]
public class ArrayStoreException : RuntimeException

Remarks

Thrown when a program attempts to store an element of an incompatible type in an array.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1