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