Java.Nio.Channels.FileLockInterruptionException Class
A FileLockInterruptionException is thrown when a thread is interrupted while waiting to acquire a file lock.

See Also: FileLockInterruptionException Members

Syntax

[Android.Runtime.Register("java/nio/channels/FileLockInterruptionException", DoNotGenerateAcw=true)]
public class FileLockInterruptionException : Java.IO.IOException

Remarks

A FileLockInterruptionException is thrown when a thread is interrupted while waiting to acquire a file lock.

Note that the thread will also be in the 'interrupted' state.

[Android Documentation]

Requirements

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