C# Class Net5WebTemplate.Application.Common.Exceptions.DeleteFailureException

Inheritance: Exception
ファイルを表示 Open project: marlonajgayle/Net5WebTemplate

Public Methods

Method Description
DeleteFailureException ( string name, object key, string message ) : System

Method Details

DeleteFailureException() public method

public DeleteFailureException ( string name, object key, string message ) : System
name string
key object
message string
return System