C# Class FrameDAL.Exceptions.EntityMappingException

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

Méthodes publiques

Méthode Description
EntityMappingException ( ) : System
EntityMappingException ( string message ) : System
EntityMappingException ( string message, Exception innerException ) : System

Method Details

EntityMappingException() public méthode

public EntityMappingException ( ) : System
Résultat System

EntityMappingException() public méthode

public EntityMappingException ( string message ) : System
message string
Résultat System

EntityMappingException() public méthode

public EntityMappingException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System