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