Class JdbcCacheStoreConfigurationException
Thrown if cache store configuration is invalid.
[Serializable]
public sealed class JdbcCacheStoreConfigurationException : IgniteException, ISerializable
- Inheritance
-
JdbcCacheStoreConfigurationException
- Implements
- Inherited Members
Constructors
JdbcCacheStoreConfigurationException(Guid, int, string?, Exception?)
Initializes a new instance of the JdbcCacheStoreConfigurationException class.
public JdbcCacheStoreConfigurationException(Guid traceId, int code, string? message, Exception? innerException = null)