Table of Contents

Class UnableToDeserializeValueForConcept

Namespace
Cratis.Applications.MongoDB
Assembly
Cratis.Applications.MongoDB.dll

Exception that gets thrown when a value cannot be deserialized for a concept.

public class UnableToDeserializeValueForConcept : Exception, ISerializable
Inheritance
UnableToDeserializeValueForConcept
Implements
Inherited Members

Constructors

UnableToDeserializeValueForConcept(Type)

Exception that gets thrown when a value cannot be deserialized for a concept.

public UnableToDeserializeValueForConcept(Type type)

Parameters

type Type

The type of the value that could not be deserialized.