C# Class BusinessLogic.Exceptions.EntityDoesNotExistException

Inheritance: ApiFriendlyException
Afficher le fichier Open project: NemeStats/NemeStats Class Usage Examples

Méthodes publiques

Méthode Description
EntityDoesNotExistException ( Type entityType, object entityId ) : System

Method Details

EntityDoesNotExistException() public méthode

public EntityDoesNotExistException ( Type entityType, object entityId ) : System
entityType System.Type
entityId object
Résultat System