C# Class BetterAutoMapper.BAMStrictMapViolationException

Inheritance: System.ApplicationException
Afficher le fichier Open project: codeimpossible/betterautomapper

Méthodes publiques

Méthode Description
BAMStrictMapViolationException ( Type from, Type to, IEnumerable keys ) : System

Method Details

BAMStrictMapViolationException() public méthode

public BAMStrictMapViolationException ( Type from, Type to, IEnumerable keys ) : System
from System.Type
to System.Type
keys IEnumerable
Résultat System