Class StreamNotFoundException
StreamNotFoundException is thrown if a CacheStream is not found in the cache.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class StreamNotFoundException : StreamException, ISerializable
Remarks
Possible reasoning for this exception can either be that the stream was not created or that it was removed from the cache.
Constructors
Name | Description |
---|---|
Stream |
Default constructor. |
Stream |
Default constructor. |
Stream |
Default constructor. |
Stream |
Overloaded constructor, manual serialization. |