C# Class FrameDAL.Exceptions.EntityMappingException

Author: Vincent Lau. 当实体-数据表映射错误时,抛出该异常
Inheritance: FrameDALException
Exibir arquivo Open project: vincentlauvlwj/FrameDAL

Public Methods

Method Description
EntityMappingException ( ) : System
EntityMappingException ( string message ) : System
EntityMappingException ( string message, Exception innerException ) : System

Method Details

EntityMappingException() public method

public EntityMappingException ( ) : System
return System

EntityMappingException() public method

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

EntityMappingException() public method

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