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

Class StreamException

StreamException is thrown if any error occurs during operation on CacheStream.

Inheritance
System.Object
System.Exception
CacheException
StreamException
StreamAlreadyLockedException
StreamCloseException
StreamInvalidLockException
StreamNotFoundException
Inherited Members
CacheException.ErrorCode
CacheException.StackTrace
CacheException.ToString()
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class StreamException : CacheException, _Exception, ISerializable

Constructors

Name Description
StreamException()

Default constructor. Initializes the instance of StreamException.

StreamException(Int32)

Overloaded constructor

StreamException(Int32, String)

Overloaded constructor

StreamException(Int32, String, Exception)

Overloaded constructor

StreamException(Int32, String, String)

Overloaded constructor

StreamException(SerializationInfo, StreamingContext)

overloaded constructor, manual serialization.

StreamException(String)

Initializes the instance of StreamException with give message.

StreamException(String, Exception)

Initializes the instance of StreamException with give message.

Back to top Copyright © 2017 Alachisoft