C# Class WhippedCream.EntityFrameworkDataLayer.UnableToFindRepositoryInitializerException

This exception it thrown from M:IEntityFrameworkInitializerMap.GetInitializer when a mapping is unable to be made.
Inheritance: System.Exception
Show file Open project: KCL5South/WhippedCream Class Usage Examples

Public Methods

Method Description
UnableToFindRepositoryInitializerException ( System repositoryType )

Constructor

Method Details

UnableToFindRepositoryInitializerException() public method

Constructor
public UnableToFindRepositoryInitializerException ( System repositoryType )
repositoryType System The type of repository that an initializer was unable to be found for.