Table of Contents

Class InvalidTypeMappingSubmoduleConfigurationException

Namespace
LfrlAnvil.Mapping.Exceptions
Assembly
LfrlAnvil.Mapping.dll

Represents an error that occurred during registration of TypeMappingConfigurationModule as a sub-module.

public class InvalidTypeMappingSubmoduleConfigurationException : ArgumentException, ISerializable
Inheritance
InvalidTypeMappingSubmoduleConfigurationException
Implements
Inherited Members

Constructors

InvalidTypeMappingSubmoduleConfigurationException(string, string)

public InvalidTypeMappingSubmoduleConfigurationException(string message, string paramName)

Parameters

message string

Error message.

paramName string

Error parameter name.