Class CacheException
Indicates an error during Cache operation.
Inheritance
System.Object
CacheException
Namespace: Apache.Ignite.Core.Cache
Assembly: Apache.Ignite.Core.dll
Syntax
public class CacheException : IgniteException
Constructors
CacheException()
Initializes a new instance of the CacheException class.
Declaration
public CacheException()
CacheException(SerializationInfo, StreamingContext)
Initializes a new instance of the CacheException class.
Declaration
protected CacheException(SerializationInfo info, StreamingContext ctx)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | Serialization information. |
StreamingContext | ctx | Streaming context. |
CacheException(String)
Initializes a new instance of the CacheException class.
Declaration
public CacheException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
CacheException(String, Exception)
Initializes a new instance of the CacheException class.
Declaration
public CacheException(string message, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
Exception | cause | The cause. |