C# 클래스 WhippedCream.EntityFrameworkDataLayer.UnableToFindRepositoryInitializerException

This exception it thrown from M:IEntityFrameworkInitializerMap.GetInitializer when a mapping is unable to be made.
상속: System.Exception
파일 보기 프로젝트 열기: KCL5South/WhippedCream 1 사용 예제들

공개 메소드들

메소드 설명
UnableToFindRepositoryInitializerException ( System repositoryType )

Constructor

메소드 상세

UnableToFindRepositoryInitializerException() 공개 메소드

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