Apache Ignite.NET
Apache.Ignite.Core.Compute.ComputeTaskCancelledException Class Reference

This exception indicates that Ignite task was cancelled. More...

Inheritance diagram for Apache.Ignite.Core.Compute.ComputeTaskCancelledException:
Apache.Ignite.Core.Common.IgniteException

Public Member Functions

 ComputeTaskCancelledException ()
 Initializes a new instance of the ComputeTaskCancelledException class. More...
 
 ComputeTaskCancelledException (string message)
 Initializes a new instance of the ComputeTaskCancelledException class. More...
 
 ComputeTaskCancelledException (string message, Exception cause)
 Initializes a new instance of the ComputeTaskCancelledException class. More...
 
- Public Member Functions inherited from Apache.Ignite.Core.Common.IgniteException
 IgniteException ()
 Initializes a new instance of the IgniteException class. More...
 
 IgniteException (string message)
 Initializes a new instance of the IgniteException class. More...
 
 IgniteException (string message, Exception cause)
 Initializes a new instance of the IgniteException class. More...
 

Protected Member Functions

 ComputeTaskCancelledException (SerializationInfo info, StreamingContext ctx)
 Initializes a new instance of the ComputeTaskCancelledException class. More...
 
- Protected Member Functions inherited from Apache.Ignite.Core.Common.IgniteException
 IgniteException (SerializationInfo info, StreamingContext ctx)
 Initializes a new instance of the IgniteException class. More...
 

Detailed Description

Constructor & Destructor Documentation

Apache.Ignite.Core.Compute.ComputeTaskCancelledException.ComputeTaskCancelledException ( )
Apache.Ignite.Core.Compute.ComputeTaskCancelledException.ComputeTaskCancelledException ( string  message)
Parameters
messageThe message that describes the error.
Apache.Ignite.Core.Compute.ComputeTaskCancelledException.ComputeTaskCancelledException ( SerializationInfo  info,
StreamingContext  ctx 
)
protected
Parameters
infoSerialization information.
ctxStreaming context.
Apache.Ignite.Core.Compute.ComputeTaskCancelledException.ComputeTaskCancelledException ( string  message,
Exception  cause 
)
Parameters
messageThe message.
causeThe cause.