Class StreamCloseException
StreamCloseException is thrown if a write operation is performed on closed CacheStream.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class StreamCloseException : StreamException, ISerializable
Constructors
Name | Description |
---|---|
StreamCloseException() | Default constructor. Initializes the instance of StreamCloseException. |
StreamCloseException(Int32) | Overloaded exception. |
StreamCloseException(Int32, String) | OverLoaded exception |
StreamCloseException(SerializationInfo, StreamingContext) | Overloaded constructor, manual serialization. |