C# Class Common.Domain.Repositories.Exceptions.EntityNotFountException

Inheritance: System.Exception
Mostra file Open project: KrzysztofBranicki/hexagonal-architecture-sample

Public Methods

Method Description
EntityNotFountException ( object id ) : System

Method Details

EntityNotFountException() public method

public EntityNotFountException ( object id ) : System
id object
return System