Class TreeKeySerializerTypeMismatchException
Inheritance
TreeKeySerializerTypeMismatchException
Assembly: ZoneTree.dll
Syntax
public sealed class TreeKeySerializerTypeMismatchException : ZoneTreeException, ISerializable
Constructors
|
Improve this Doc
View Source
TreeKeySerializerTypeMismatchException(string, string)
Declaration
public TreeKeySerializerTypeMismatchException(string expectedType, string givenType)
Parameters
Properties
|
Improve this Doc
View Source
ExpectedType
Declaration
public string ExpectedType { get; }
Property Value
|
Improve this Doc
View Source
GivenType
Declaration
public string GivenType { get; }
Property Value
Implements