Class TreeComparerMismatchException
Inheritance
TreeComparerMismatchException
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
|
Improve this Doc
View Source
GivenComparerType
Declaration
public string GivenComparerType { get; }
Property Value
Implements