Class IncompleteTailRecordFoundException
Inheritance
IncompleteTailRecordFoundException
Assembly: ZoneTree.dll
Syntax
public sealed class IncompleteTailRecordFoundException : ZoneTreeException, ISerializable
Constructors
|
Improve this Doc
View Source
IncompleteTailRecordFoundException(Exception)
Declaration
public IncompleteTailRecordFoundException(Exception innerException)
Parameters
Type |
Name |
Description |
Exception |
innerException |
|
Properties
|
Improve this Doc
View Source
FileLength
Declaration
public long FileLength { get; set; }
Property Value
|
Improve this Doc
View Source
RecordIndex
Declaration
public int RecordIndex { get; set; }
Property Value
|
Improve this Doc
View Source
RecordPosition
Declaration
public long RecordPosition { get; set; }
Property Value
|
Improve this Doc
View Source
TruncationAmount
Declaration
public long TruncationAmount { get; }
Property Value
Implements