C# Class Rnwood.SmtpServer.BadBase64Exception

Inheritance: Rnwood.SmtpServer.SmtpServerException
Mostrar archivo Open project: rnwood/smtp4dev

Public Methods

Method Description
BadBase64Exception ( Rnwood.SmtpServer.SmtpResponse smtpResponse ) : System
BadBase64Exception ( Rnwood.SmtpServer.SmtpResponse smtpResponse, Exception innerException ) : System

Method Details

BadBase64Exception() public method

public BadBase64Exception ( Rnwood.SmtpServer.SmtpResponse smtpResponse ) : System
smtpResponse Rnwood.SmtpServer.SmtpResponse
return System

BadBase64Exception() public method

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