C# 클래스 FrameDAL.Exceptions.EntityMappingException

Author: Vincent Lau. 当实体-数据表映射错误时,抛出该异常
상속: FrameDALException
파일 보기 프로젝트 열기: vincentlauvlwj/FrameDAL

공개 메소드들

메소드 설명
EntityMappingException ( ) : System
EntityMappingException ( string message ) : System
EntityMappingException ( string message, Exception innerException ) : System

메소드 상세

EntityMappingException() 공개 메소드

public EntityMappingException ( ) : System
리턴 System

EntityMappingException() 공개 메소드

public EntityMappingException ( string message ) : System
message string
리턴 System

EntityMappingException() 공개 메소드

public EntityMappingException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System