Class StreamException
StreamException is thrown if any error occurs during operation on CacheStream.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class StreamException : CacheException, ISerializable
Constructors
Name | Description |
---|---|
StreamException() | Default constructor. Initializes the instance of StreamException. |
StreamException(SerializationInfo, StreamingContext) | overloaded constructor, manual serialization. |
StreamException(Int32) | Overloaded constructor |
StreamException(Int32, String) | Overloaded constructor |
StreamException(Int32, String, Exception) | Overloaded constructor |
StreamException(Int32, String, String) | Overloaded constructor |
StreamException(String) | Initializes the instance of StreamException with give message. |
StreamException(String, Exception) | Initializes the instance of StreamException with give message. |