Class TreeValueTypeMismatchException
Inheritance
TreeValueTypeMismatchException
Assembly: ZoneTree.dll
Syntax
public sealed class TreeValueTypeMismatchException : ZoneTreeException, ISerializable
Constructors
|
Improve this Doc
View Source
TreeValueTypeMismatchException(string, string)
Declaration
public TreeValueTypeMismatchException(string expectedValueType, string givenValueType)
Parameters
Type |
Name |
Description |
string |
expectedValueType |
|
string |
givenValueType |
|
Properties
|
Improve this Doc
View Source
ExpectedValueType
Declaration
public string ExpectedValueType { get; }
Property Value
|
Improve this Doc
View Source
GivenValueType
Declaration
public string GivenValueType { get; }
Property Value
Implements