C# 클래스 org.GraphDefined.Vanaheimr.Hermod.SMTP.SMTPClientException

An SMTP exception.
상속: SMTPException
파일 보기 프로젝트 열기: Vanaheimr/Hermod

공개 메소드들

메소드 설명
SMTPClientException ( String Message ) : System

Create a new SMTP exception.

SMTPClientException ( String Message, Exception InnerException ) : System

Create a new SMTP exception.

메소드 상세

SMTPClientException() 공개 메소드

Create a new SMTP exception.
public SMTPClientException ( String Message ) : System
Message String The exception message.
리턴 System

SMTPClientException() 공개 메소드

Create a new SMTP exception.
public SMTPClientException ( String Message, Exception InnerException ) : System
Message String The exception message.
InnerException System.Exception An optional inner exception.
리턴 System