C# Class Rnwood.SmtpServer.BadBase64Exception

Inheritance: Rnwood.SmtpServer.SmtpServerException
Afficher le fichier Open project: rnwood/smtp4dev

Méthodes publiques

Méthode Description
BadBase64Exception ( Rnwood.SmtpServer.SmtpResponse smtpResponse ) : System
BadBase64Exception ( Rnwood.SmtpServer.SmtpResponse smtpResponse, Exception innerException ) : System

Method Details

BadBase64Exception() public méthode

public BadBase64Exception ( Rnwood.SmtpServer.SmtpResponse smtpResponse ) : System
smtpResponse Rnwood.SmtpServer.SmtpResponse
Résultat System

BadBase64Exception() public méthode

public BadBase64Exception ( Rnwood.SmtpServer.SmtpResponse smtpResponse, Exception innerException ) : System
smtpResponse Rnwood.SmtpServer.SmtpResponse
innerException System.Exception
Résultat System