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

Class StreamCloseException

StreamCloseException is thrown if a write operation is performed on closed CacheStream.

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

Constructors

Name Description
StreamCloseException()

Default constructor. Initializes the instance of StreamCloseException.

StreamCloseException(Int32)

Overloaded exception.

StreamCloseException(Int32, String)

OverLoaded exception

StreamCloseException(SerializationInfo, StreamingContext)

Overloaded constructor, manual serialization.

Back to top Copyright © 2017 Alachisoft