Class LockException
The exception that is thrown when an exception is thrown when acquiring a lock.
Inheritance
System.Object
LockException
Namespace: InSync
Assembly: InSync.dll
Syntax
public class LockException : Exception
Constructors
LockException(Exception)
Initializes a LockException with the specified causing exception.
Declaration
public LockException(Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
Exception | innerException | The original exception thrown when acquiring a lock. |