Class StreamNotFoundException
StreamNotFoundException is thrown if a CacheStream is not found in the cache.
Inherited Members
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class StreamNotFoundException : StreamException, _Exception, ISerializable
Remarks
Possible reason for this exception can be either it was not created or it is removed from the cache.
StreamNotFoundException()
Default constructor.
Declaration
public StreamNotFoundException()
StreamNotFoundException(SerializationInfo, StreamingContext)
overloaded constructor, manual serialization.
Declaration
protected StreamNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |