Table of Contents

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

message string

RocksDbException(string, Exception)

public RocksDbException(string message, Exception inner)

Parameters

message string
inner Exception