Class StreamException
StreamException is thrown if any error occurs during operation on CacheStream.
Inheritance
System.Object
StreamException
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class StreamException : CacheException, ISerializable
Name | Description |
---|---|
StreamException() | Default constructor. Initializes the instance of StreamException. |
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. |