Class StreamAlreadyLockedException
StreamAlreadLockedException is thrown if stream is already locked.
Inheritance
System.Object
System.Exception
StreamAlreadyLockedException
Inherited Members
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class StreamAlreadyLockedException : StreamException, _Exception, 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.
StreamAlreadyLockedException()
Default constructor.
Declaration
public StreamAlreadyLockedException()
StreamAlreadyLockedException(SerializationInfo, StreamingContext)
overloaded constructor, manual serialization.
Declaration
protected StreamAlreadyLockedException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |