StreamNotFoundException is thrown if a CacheStream is not found in the cache.

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 StreamNotFoundException : StreamException, 
	ISerializable
Visual Basic
<SerializableAttribute> _
Public Class StreamNotFoundException _
	Inherits StreamException _
	Implements ISerializable
Visual C++
[SerializableAttribute]
public ref class StreamNotFoundException : public StreamException, 
	ISerializable

Remarks

Possible reason for this exception can be either it was not created or it is removed from the cache.

Inheritance Hierarchy

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

See Also