Class UnableToDeserializeValueForConcept
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
typeTypeThe type of the value that could not be deserialized.