C# Class CodeArt.DomainDriven.DataAccess.MapperNotImplementedException

Inheritance: CodeArt.DomainDriven.DataAccess.DataAccessException
Show file Open project: yj1118/CodeArt-Framework

Public Methods

Method Description
MapperNotImplementedException ( Type objectType, string operation ) : System

Method Details

MapperNotImplementedException() public method

public MapperNotImplementedException ( Type objectType, string operation ) : System
objectType Type
operation string
return System