TaskTimeoutException Class
Namespace: Hazelcast.Exceptions
Assembly: Hazelcast.Net.dll
Represents the exception that is throw when an async task times out.
[Serializable]
public sealed class TaskTimeoutException : HazelcastException, ISerializable
Implements
Inherited Members
Constructors
| TaskTimeoutException() | Initializes a new instance of the TaskTimeoutException. |
| TaskTimeoutException(String) | Initializes a new instance of the TaskTimeoutException with a specified error message. |
| TaskTimeoutException(String, Exception) | Initializes a new instance of the TaskTimeoutException with a specified error message and a reference to the inner exception that is the cause of this exception. |
| TaskTimeoutException(String, Task) | Initializes a new instance of the TaskTimeoutException class with a specified error message and the task that timed out. |
Properties
| Task | Gets the task that timed out (and may still be executing). |