C# Class BusinessLogic.Exceptions.EntityDoesNotExistException

Inheritance: ApiFriendlyException
Show file Open project: NemeStats/NemeStats Class Usage Examples

Public Methods

Method Description
EntityDoesNotExistException ( Type entityType, object entityId ) : System

Method Details

EntityDoesNotExistException() public method

public EntityDoesNotExistException ( Type entityType, object entityId ) : System
entityType System.Type
entityId object
return System