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

Inheritance: System.Exception
显示文件 Open project: KrzysztofBranicki/hexagonal-architecture-sample

Public Methods

Method Description
EntityDeleteFailedException ( object id ) : System

Method Details

EntityDeleteFailedException() public method

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