C# Class WebApi.Helpers.Exceptions.EmailNotSentException

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

Méthodes publiques

Méthode Description
EmailNotSentException ( ) : System

Initializes a new instance of the EmailNotSentException class.

EmailNotSentException ( string message ) : System

Initializes a new instance of the EmailNotSentException class.

Method Details

EmailNotSentException() public méthode

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

EmailNotSentException() public méthode

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