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