C# 클래스 Rnwood.SmtpServer.BadBase64Exception

상속: Rnwood.SmtpServer.SmtpServerException
파일 보기 프로젝트 열기: rnwood/smtp4dev

공개 메소드들

메소드 설명
BadBase64Exception ( Rnwood.SmtpServer.SmtpResponse smtpResponse ) : System
BadBase64Exception ( Rnwood.SmtpServer.SmtpResponse smtpResponse, Exception innerException ) : System

메소드 상세

BadBase64Exception() 공개 메소드

public BadBase64Exception ( Rnwood.SmtpServer.SmtpResponse smtpResponse ) : System
smtpResponse Rnwood.SmtpServer.SmtpResponse
리턴 System

BadBase64Exception() 공개 메소드

public BadBase64Exception ( Rnwood.SmtpServer.SmtpResponse smtpResponse, Exception innerException ) : System
smtpResponse Rnwood.SmtpServer.SmtpResponse
innerException System.Exception
리턴 System