C# Class WebApi.Helpers.Exceptions.EmailTakenException

Exception that should be thrown when the email is already taken.
Inheritance: WebApi.Helpers.Exceptions.AppException
Afficher le fichier Open project: zoran-petrovic-87/WebApiBoilerplate

Méthodes publiques

Méthode Description
EmailTakenException ( ) : System

Initializes a new instance of the EmailTakenException class.

EmailTakenException ( string message ) : System

Initializes a new instance of the EmailTakenException class.

Method Details

EmailTakenException() public méthode

Initializes a new instance of the EmailTakenException class.
public EmailTakenException ( ) : System
Résultat System

EmailTakenException() public méthode

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