C# Class Application.Common.Exceptions.EntityNotFoundException

Inheritance: Exception
Show file Open project: JakeRyu/PaymentGateway

Public Methods

Method Description
EntityNotFoundException ( string name, object key ) : System

Method Details

EntityNotFoundException() public method

public EntityNotFoundException ( string name, object key ) : System
name string
key object
return System