Java.Lang.StackOverflowError Class
Thrown when the depth of the stack of the running program exceeds some platform or VM specific limit.

See Also: StackOverflowError Members

Syntax

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

Remarks

Thrown when the depth of the stack of the running program exceeds some platform or VM specific limit. Typically, this will occur only when a program becomes infinitely recursive, but it can also occur in correctly written (but deeply recursive) programs.

[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