• Performance
  • API Documentation
  • Source Code
Show / Hide Table of Contents
  • InSync
    • AsyncSynchronized
    • AsyncSynchronized<T>
    • GuardedValue<T>
    • IAsyncSynchronized<T>
    • IBareAsyncLock
    • IBareAsyncLock<T>
    • IBareLock
    • IBareLock<T>
    • ISynchronized<T>
    • LockException
    • MultiSync
    • ReaderSynchronized<TRead>
    • ReaderWriterSynchronized<T>
    • ReaderWriterSynchronized<TWrite, TRead>
    • ReaderWriterSynchronizedFactory
    • Synchronized
    • Synchronized<T>
    • TimingMethod
    • UnlockException
    • UpgradeableReaderSynchronized<TRead>
    • ValueContainer<T>

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.

In This Article
Back to top Generated by DocFX