C# Class DevBridge.Templates.WebProject.DataContracts.Exceptions.EntityNotFoundException

Inheritance: DevBridge.Templates.WebProject.DataContracts.Exceptions.DataException
显示文件 Open project: devbridge/StandardWebProjectTemplate

Public Methods

Method Description
EntityNotFoundException ( Type entityType, object id ) : System
EntityNotFoundException ( Type entityType, string filter ) : System
EntityNotFoundException ( string message ) : System
EntityNotFoundException ( string message, Exception innerException ) : System

Method Details

EntityNotFoundException() public method

public EntityNotFoundException ( Type entityType, object id ) : System
entityType Type
id object
return System

EntityNotFoundException() public method

public EntityNotFoundException ( Type entityType, string filter ) : System
entityType Type
filter string
return System

EntityNotFoundException() public method

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

EntityNotFoundException() public method

public EntityNotFoundException ( string message, Exception innerException ) : System
message string
innerException Exception
return System