C# Class AutoMapper.AutoMapperConfigurationException

Inheritance: System.Exception
Show file Open project: jbogard/AutoMapper

Public Methods

Method Description
AutoMapperConfigurationException ( AutoMapper.ResolutionContext context ) : System
AutoMapperConfigurationException ( TypeMapConfigErrors errors ) : System
AutoMapperConfigurationException ( string message ) : System

Protected Methods

Method Description
AutoMapperConfigurationException ( string message, Exception inner ) : System

Method Details

AutoMapperConfigurationException() public method

public AutoMapperConfigurationException ( AutoMapper.ResolutionContext context ) : System
context AutoMapper.ResolutionContext
return System

AutoMapperConfigurationException() public method

public AutoMapperConfigurationException ( TypeMapConfigErrors errors ) : System
errors TypeMapConfigErrors
return System

AutoMapperConfigurationException() public method

public AutoMapperConfigurationException ( string message ) : System
message string
return System

AutoMapperConfigurationException() protected method

protected AutoMapperConfigurationException ( string message, Exception inner ) : System
message string
inner System.Exception
return System