Class StreamAlreadyLockedException
StreamAlreadLockedException is thrown if stream is already locked.
Inherited Members
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class StreamAlreadyLockedException : StreamException, ISerializable
Remarks
CacheStream opened for reading or writing mode acquires read or writer lock. If stream is already opened with reader/writer lock then this exception is thrown.
Constructors
StreamAlreadyLockedException()
Default constructor.
Declaration
public StreamAlreadyLockedException()
StreamAlreadyLockedException(SerializationInfo, StreamingContext)
overloaded constructor, manual serialization.
Declaration
protected StreamAlreadyLockedException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |