Class UnsupportedDictionaryKeyTypeException
Exception thrown when a JsonState contains a dictionary with an unsupported key type. JsonState requires dictionary keys to be one of the supported types to ensure deterministic serialization and hashing.
public class UnsupportedDictionaryKeyTypeException : Exception, ISerializable
- Inheritance
-
UnsupportedDictionaryKeyTypeException
- Implements
- Inherited Members
Constructors
UnsupportedDictionaryKeyTypeException(Type)
public UnsupportedDictionaryKeyTypeException(Type keyType)
Parameters
keyTypeType
Properties
KeyType
The unsupported key type that was encountered.
public Type KeyType { get; }