C# Class WebApi.Helpers.Exceptions.EmailNotSentException

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

Public Methods

Method 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 method

Initializes a new instance of the EmailNotSentException class.
public EmailNotSentException ( ) : System
return System

EmailNotSentException() public method

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