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

Inheritance: DevBridge.Templates.WebProject.DataContracts.Exceptions.DataException
Afficher le fichier Open project: devbridge/StandardWebProjectTemplate

Méthodes publiques

Méthode 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 méthode

public EntityNotFoundException ( Type entityType, object id ) : System
entityType Type
id object
Résultat System

EntityNotFoundException() public méthode

public EntityNotFoundException ( Type entityType, string filter ) : System
entityType Type
filter string
Résultat System

EntityNotFoundException() public méthode

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

EntityNotFoundException() public méthode

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