Class UndefinedTypeMappingException
- Namespace
- LfrlAnvil.Mapping.Exceptions
- Assembly
- LfrlAnvil.Mapping.dll
Represents an error that occurred due to an undefined mapping from SourceType to DestinationType.
public class UndefinedTypeMappingException : InvalidOperationException, ISerializable
- Inheritance
-
UndefinedTypeMappingException
- Implements
- Inherited Members
Constructors
UndefinedTypeMappingException(Type, Type)
Creates a new UndefinedTypeMappingException instance.
public UndefinedTypeMappingException(Type sourceType, Type destinationType)
Parameters
Properties
DestinationType
Destination type.
public Type DestinationType { get; }
Property Value
SourceType
Source type.
public Type SourceType { get; }