C# 클래스 WebApi.Helpers.Exceptions.EmailTakenException

Exception that should be thrown when the email is already taken.
상속: WebApi.Helpers.Exceptions.AppException
파일 보기 프로젝트 열기: zoran-petrovic-87/WebApiBoilerplate

공개 메소드들

메소드 설명
EmailTakenException ( ) : System

Initializes a new instance of the EmailTakenException class.

EmailTakenException ( string message ) : System

Initializes a new instance of the EmailTakenException class.

메소드 상세

EmailTakenException() 공개 메소드

Initializes a new instance of the EmailTakenException class.
public EmailTakenException ( ) : System
리턴 System

EmailTakenException() 공개 메소드

Initializes a new instance of the EmailTakenException class.
public EmailTakenException ( string message ) : System
message string The message that describes the error.
리턴 System