Class StreamAlreadyLockedException
StreamAlreadLockedException is thrown if stream is already locked.
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.
Name | Description |
---|---|
StreamAlreadyLockedException() | Default constructor. |
StreamAlreadyLockedException(SerializationInfo, StreamingContext) | overloaded constructor, manual serialization. |