StreamCloseException is thrown if a write operation is performed on closed CacheStream.

Namespace: Alachisoft.NCache.Runtime.Exceptions
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
[SerializableAttribute]
public class StreamCloseException : StreamException, 
	ISerializable
Visual Basic
<SerializableAttribute> _
Public Class StreamCloseException _
	Inherits StreamException _
	Implements ISerializable
Visual C++
[SerializableAttribute]
public ref class StreamCloseException : public StreamException, 
	ISerializable

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Alachisoft.NCache.Runtime.Exceptions..::..CacheException
      Alachisoft.NCache.Runtime.Exceptions..::..StreamException
        Alachisoft.NCache.Runtime.Exceptions..::..StreamCloseException

See Also