C# Class BetterAutoMapper.BAMStrictMapViolationException

Inheritance: System.ApplicationException
Datei anzeigen Open project: codeimpossible/betterautomapper

Public Methods

Method Description
BAMStrictMapViolationException ( Type from, Type to, IEnumerable keys ) : System

Method Details

BAMStrictMapViolationException() public method

public BAMStrictMapViolationException ( Type from, Type to, IEnumerable keys ) : System
from System.Type
to System.Type
keys IEnumerable
return System