StreamException is thrown if any error occurs during operation on 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 StreamException : CacheException, 
	ISerializable
Visual Basic
<SerializableAttribute> _
Public Class StreamException _
	Inherits CacheException _
	Implements ISerializable
Visual C++
[SerializableAttribute]
public ref class StreamException : public CacheException, 
	ISerializable

Inheritance Hierarchy

See Also