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