Class TreeValueSerializerTypeMismatchException
Inheritance
TreeValueSerializerTypeMismatchException
Assembly: ZoneTree.dll
Syntax
public sealed class TreeValueSerializerTypeMismatchException : ZoneTreeException, ISerializable
Constructors
|
Improve this Doc
View Source
TreeValueSerializerTypeMismatchException(string, string)
Declaration
public TreeValueSerializerTypeMismatchException(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