• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Class StreamNotFoundException

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

Inheritance
System.Object
System.Exception
CacheException
StreamException
StreamNotFoundException
Inherited Members
CacheException.ErrorCode
CacheException.StackTrace
CacheException.ToString()
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class StreamNotFoundException : StreamException, _Exception, 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
StreamNotFoundException()

Default constructor.

StreamNotFoundException(Int32)

Default constructor.

StreamNotFoundException(Int32, String)

Default constructor.

StreamNotFoundException(SerializationInfo, StreamingContext)

Overloaded constructor, manual serialization.

Back to top Copyright © 2017 Alachisoft