Class StreamCloseException
StreamCloseException is thrown if a write operation is performed on closed CacheStream.
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class StreamCloseException : StreamException, _Exception, 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. |