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 reason for this exception can be either it was not created or it is removed from the cache.
Name | Description |
---|---|
StreamNotFoundException() | Default constructor. |
StreamNotFoundException(SerializationInfo, StreamingContext) | overloaded constructor, manual serialization. |