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

Inheritance: Exception
ファイルを表示 Open project: alsami/MediatR.Extensions.Autofac.DependencyInjection

Public Methods

Method Description
CustomerAlreadyExistsException ( string message = "The customer already exists" ) : System,

Method Details

CustomerAlreadyExistsException() public method

public CustomerAlreadyExistsException ( string message = "The customer already exists" ) : System,
message string
return System,