Apache Ignite.NET
Apache.Ignite.Core.Cache.CacheException Class Reference

Indicates an error during Cache operation. More...

Inheritance diagram for Apache.Ignite.Core.Cache.CacheException:
Apache.Ignite.Core.Common.IgniteException Apache.Ignite.Core.Cache.CacheAtomicUpdateTimeoutException Apache.Ignite.Core.Cache.CachePartialUpdateException Apache.Ignite.Core.Cache.Store.CacheStoreException

Public Member Functions

 CacheException ()
 Initializes a new instance of the CacheException class. More...
 
 CacheException (string message)
 Initializes a new instance of the CacheException class. More...
 
 CacheException (string message, Exception cause)
 Initializes a new instance of the CacheException 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

 CacheException (SerializationInfo info, StreamingContext ctx)
 Initializes a new instance of the CacheException 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.Cache.CacheException.CacheException ( )
Apache.Ignite.Core.Cache.CacheException.CacheException ( string  message)
Parameters
messageThe message that describes the error.
Apache.Ignite.Core.Cache.CacheException.CacheException ( string  message,
Exception  cause 
)
Parameters
messageThe message.
causeThe cause.
Apache.Ignite.Core.Cache.CacheException.CacheException ( SerializationInfo  info,
StreamingContext  ctx 
)
protected
Parameters
infoSerialization information.
ctxStreaming context.