Java.Lang.InterruptedException Class
Thrown when a waiting thread is activated before the condition it was waiting for has been satisfied.

See Also: InterruptedException Members

Syntax

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

Remarks

Thrown when a waiting thread is activated before the condition it was waiting for has been satisfied.

[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