C# Class DKIM.SmtpCommandException

Inheritance: SmtpException
Mostrar archivo Open project: yannispsarras/DKIM-AlternativeViews

Public Methods

Method Description
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

Method Details

SmtpCommandException() public method

public SmtpCommandException ( ) : System
return System

SmtpCommandException() public method

public SmtpCommandException ( string message ) : System
message string
return System

SmtpCommandException() public method

public SmtpCommandException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System

SmtpCommandException() public method

public SmtpCommandException ( string command, string line ) : System
command string
line string
return System

SmtpCommandException() public method

public SmtpCommandException ( string command, string line, Exception innerException ) : System
command string
line string
innerException System.Exception
return System