Java.Nio.Channels.OverlappingFileLockException Class
An OverlappingFileLockException is thrown when attempting to acquire a lock that overlaps an existing or pending lock held by this process.

See Also: OverlappingFileLockException Members

Syntax

[Android.Runtime.Register("java/nio/channels/OverlappingFileLockException", DoNotGenerateAcw=true)]
public class OverlappingFileLockException : Java.Lang.IllegalStateException

Remarks

An OverlappingFileLockException is thrown when attempting to acquire a lock that overlaps an existing or pending lock held by this process.

[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