C# 클래스 CustomerAlreadyExistsException, MediatR.Extensions.Autofac.DependencyInjection

상속: Exception
파일 보기 프로젝트 열기: alsami/MediatR.Extensions.Autofac.DependencyInjection

공개 메소드들

메소드 설명
CustomerAlreadyExistsException ( string message = "The customer already exists" ) : System,

메소드 상세

CustomerAlreadyExistsException() 공개 메소드

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