Class WriteAheadLogCorruptionException
Inheritance
WriteAheadLogCorruptionException
Assembly: ZoneTree.dll
Syntax
public sealed class WriteAheadLogCorruptionException : ZoneTreeException, ISerializable
Constructors
|
Improve this Doc
View Source
WriteAheadLogCorruptionException(long, Dictionary<int, Exception>)
Declaration
public WriteAheadLogCorruptionException(long segmentId, Dictionary<int, Exception> exceptions)
Parameters
Properties
|
Improve this Doc
View Source
Exceptions
Declaration
public Dictionary<int, Exception> Exceptions { get; }
Property Value
Implements