Class InvalidReaderException
Thrown whenever one of the data partition goes down
Inherited Members
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class InvalidReaderException : OperationFailedException
Constructors
Name | Description |
---|---|
InvalidReaderException() | Default constructor. |
InvalidReaderException(SerializationInfo, StreamingContext) | |
InvalidReaderException(Int32) | overloaded constructor |
InvalidReaderException(Int32, String) | Overloaded Constructor |
InvalidReaderException(Int32, String, Exception) | Overloaded Constructor |
InvalidReaderException(Int32, String, String) | Overloaded constructor |
InvalidReaderException(String) | Overloaded constructor, takes the reason as parameter. |
InvalidReaderException(String, Exception) | overloaded constructor. |