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

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

공개 메소드들

메소드 설명
EmailNotSentException ( ) : System

Initializes a new instance of the EmailNotSentException class.

EmailNotSentException ( string message ) : System

Initializes a new instance of the EmailNotSentException class.

메소드 상세

EmailNotSentException() 공개 메소드

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

EmailNotSentException() 공개 메소드

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