Search Results for

    Show / Hide Table of Contents

    Class CompressionLevelIsOutOfRangeException

    Inheritance
    object
    Exception
    ZoneTreeException
    CompressionLevelIsOutOfRangeException
    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 CompressionLevelIsOutOfRangeException : ZoneTreeException, ISerializable

    Constructors

    | Improve this Doc View Source

    CompressionLevelIsOutOfRangeException(string, CompressionMethod, int)

    Declaration
    public CompressionLevelIsOutOfRangeException(string option, CompressionMethod method, int level)
    Parameters
    Type Name Description
    string option
    CompressionMethod method
    int level

    Implements

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