Class RocksDbException
- Namespace
- RocksDbNet
- Assembly
- RocksDb.Net.dll
Represents an error returned by the RocksDb native library.
public sealed class RocksDbException : Exception, ISerializable
- Inheritance
-
RocksDbException
- Implements
- Inherited Members
Constructors
RocksDbException(string)
public RocksDbException(string message)
Parameters
messagestring
RocksDbException(string, Exception)
public RocksDbException(string message, Exception inner)