C# Класс DKIM.SmtpCommandException

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

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

Метод Описание
SmtpCommandException ( ) : System
SmtpCommandException ( string message ) : System
SmtpCommandException ( string message, Exception innerException ) : System
SmtpCommandException ( string command, string line ) : System
SmtpCommandException ( string command, string line, Exception innerException ) : System

Описание методов

SmtpCommandException() публичный Метод

public SmtpCommandException ( ) : System
Результат System

SmtpCommandException() публичный Метод

public SmtpCommandException ( string message ) : System
message string
Результат System

SmtpCommandException() публичный Метод

public SmtpCommandException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System

SmtpCommandException() публичный Метод

public SmtpCommandException ( string command, string line ) : System
command string
line string
Результат System

SmtpCommandException() публичный Метод

public SmtpCommandException ( string command, string line, Exception innerException ) : System
command string
line string
innerException System.Exception
Результат System