C# Class DeleteFailureException, restaurant

Inheritance: Exception
Exibir arquivo Open project: emmysteven/restaurant Class Usage Examples

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,