C# Class CustomerAlreadyExistsException, MediatR.Extensions.Autofac.DependencyInjection

Inheritance: Exception
Afficher le fichier Open project: alsami/MediatR.Extensions.Autofac.DependencyInjection

Méthodes publiques

Méthode Description
CustomerAlreadyExistsException ( string message = "The customer already exists" ) : System,

Method Details

CustomerAlreadyExistsException() public méthode

public CustomerAlreadyExistsException ( string message = "The customer already exists" ) : System,
message string
Résultat System,