C# Class XUCore.Ddd.Domain.Exceptions.DeleteFailureException

Inheritance: Exception
Mostra file Open project: xuyiazl/XUCore.NetCore

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