Search Results for

    Show / Hide Table of Contents

    Class TreeComparerMismatchException

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

    Constructors

    | Improve this Doc View Source

    TreeComparerMismatchException(string, string)

    Declaration
    public TreeComparerMismatchException(string expectedComparerType, string givenComparerType)
    Parameters
    Type Name Description
    string expectedComparerType
    string givenComparerType

    Properties

    | Improve this Doc View Source

    ExpectedComparerType

    Declaration
    public string ExpectedComparerType { get; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    GivenComparerType

    Declaration
    public string GivenComparerType { get; }
    Property Value
    Type Description
    string

    Implements

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