Table of Contents

Class UnsupportedDictionaryKeyTypeException

Namespace
Microsoft.Accordant
Assembly
Accordant.dll

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

keyType Type

Properties

KeyType

The unsupported key type that was encountered.

public Type KeyType { get; }

Property Value

Type