Table of Contents

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

sourceType Type

Source type.

destinationType Type

Destination type.

Properties

DestinationType

Destination type.

public Type DestinationType { get; }

Property Value

Type

SourceType

Source type.

public Type SourceType { get; }

Property Value

Type