Search Results for

    Show / Hide Table of Contents

    Class DataIsTooBigToLoadAtOnceException

    Inheritance
    object
    Exception
    ZoneTreeException
    DataIsTooBigToLoadAtOnceException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.ReferenceEquals(object, object)
    Namespace: Tenray.ZoneTree.Exceptions
    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
    Type Description
    long
    | Improve this Doc View Source

    MaximumAllowedLength

    Declaration
    public long MaximumAllowedLength { get; }
    Property Value
    Type Description
    long

    Implements

    ISerializable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io