Class ComputeTaskTimeoutException
Indicates that task execution timed out.
Namespace: Apache.Ignite.Core.Compute
Assembly: Apache.Ignite.Core.dll
Syntax
public class ComputeTaskTimeoutException : IgniteExceptionConstructors
ComputeTaskTimeoutException()
Initializes a new instance of the ComputeTaskTimeoutException class.
Declaration
public ComputeTaskTimeoutException()ComputeTaskTimeoutException(SerializationInfo, StreamingContext)
Initializes a new instance of the ComputeTaskTimeoutException class.
Declaration
protected ComputeTaskTimeoutException(SerializationInfo info, StreamingContext ctx)Parameters
| Type | Name | Description | 
|---|---|---|
| SerializationInfo | info | Serialization information. | 
| StreamingContext | ctx | Streaming context. | 
ComputeTaskTimeoutException(String)
Initializes a new instance of the ComputeTaskTimeoutException class.
Declaration
public ComputeTaskTimeoutException(string message)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | message | The message that describes the error. | 
ComputeTaskTimeoutException(String, Exception)
Initializes a new instance of the ComputeTaskTimeoutException class.
Declaration
public ComputeTaskTimeoutException(string message, Exception cause)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | message | The message. | 
| Exception | cause | The cause. |