C# Класс Rnwood.SmtpServer.BadBase64Exception

Наследование: Rnwood.SmtpServer.SmtpServerException
Показать файл Открыть проект

Открытые методы

Метод Описание
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