Java.Lang.NegativeArraySizeException Class
Thrown when an attempt is made to create an array with a size of less than zero.

See Also: NegativeArraySizeException Members

Syntax

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

Remarks

Thrown when an attempt is made to create an array with a size of less than zero.

[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