Apache Ignite.NET
Apache.Ignite.Core.Common.IgniteException Class Reference

General Ignite exception. Indicates any error condition within Ignite. More...

Inheritance diagram for Apache.Ignite.Core.Common.IgniteException:
Apache.Ignite.Core.Binary.BinaryObjectException Apache.Ignite.Core.Cache.CacheEntryProcessorException Apache.Ignite.Core.Cache.CacheException Apache.Ignite.Core.Cluster.ClusterGroupEmptyException Apache.Ignite.Core.Cluster.ClusterTopologyException Apache.Ignite.Core.Common.ClientDisconnectedException Apache.Ignite.Core.Common.IgniteFutureCancelledException Apache.Ignite.Core.Common.JavaException Apache.Ignite.Core.Compute.ComputeExecutionRejectedException Apache.Ignite.Core.Compute.ComputeJobFailoverException Apache.Ignite.Core.Compute.ComputeTaskCancelledException Apache.Ignite.Core.Compute.ComputeTaskTimeoutException Apache.Ignite.Core.Compute.ComputeUserUndeclaredException Apache.Ignite.Core.Services.ServiceInvocationException Apache.Ignite.Core.Transactions.TransactionHeuristicException Apache.Ignite.Core.Transactions.TransactionOptimisticException Apache.Ignite.Core.Transactions.TransactionRollbackException Apache.Ignite.Core.Transactions.TransactionTimeoutException

Public Member Functions

 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

 IgniteException (SerializationInfo info, StreamingContext ctx)
 Initializes a new instance of the IgniteException class. More...
 

Detailed Description

Constructor & Destructor Documentation

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