Class TimeoutException
This exception is thrown whenever the response time for an operation exceeds 90 seconds.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class TimeoutException : CacheException
Constructors
Name | Description |
---|---|
TimeoutException() | Default constructor for this class. |
TimeoutException(SerializationInfo, StreamingContext) | Overloaded constructor, manual serialization. |
TimeoutException(Int32) | Overloaded constructor |
TimeoutException(Int32, String) | Overloaded constructor |
TimeoutException(Int32, String, Exception) | Overloaded constructor |
TimeoutException(Int32, String, String) | Overloaded constructor |
TimeoutException(String) | Overloaded constructor, takes the reason as parameter. |
TimeoutException(String, Exception) | Overloaded constructor. |