Class TreeKeyTypeMismatchException
Inheritance
TreeKeyTypeMismatchException
Assembly: ZoneTree.dll
Syntax
public sealed class TreeKeyTypeMismatchException : ZoneTreeException, ISerializable
Constructors
|
Improve this Doc
View Source
TreeKeyTypeMismatchException(string, string)
Declaration
public TreeKeyTypeMismatchException(string expectedKeyType, string givenKeyType)
Parameters
Type |
Name |
Description |
string |
expectedKeyType |
|
string |
givenKeyType |
|
Properties
|
Improve this Doc
View Source
ExpectedKeyType
Declaration
public string ExpectedKeyType { get; }
Property Value
|
Improve this Doc
View Source
GivenKeyType
Declaration
public string GivenKeyType { get; }
Property Value
Implements