Class DataIsTooBigToLoadAtOnceException
Inheritance
DataIsTooBigToLoadAtOnceException
Assembly: ZoneTree.dll
Syntax
public sealed class DataIsTooBigToLoadAtOnceException : ZoneTreeException, ISerializable
Constructors
|
Improve this Doc
View Source
DataIsTooBigToLoadAtOnceException(long, long)
Declaration
public DataIsTooBigToLoadAtOnceException(long dataLength, long maximumAllowedLength)
Parameters
Type |
Name |
Description |
long |
dataLength |
|
long |
maximumAllowedLength |
|
Properties
|
Improve this Doc
View Source
DataLength
Declaration
public long DataLength { get; }
Property Value
|
Improve this Doc
View Source
MaximumAllowedLength
Declaration
public long MaximumAllowedLength { get; }
Property Value
Implements