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