C# Class DKIM.SmtpReadingException

Inheritance: SmtpException
Show file Open project: yannispsarras/DKIM-AlternativeViews

Public Methods

Method Description
SmtpReadingException ( ) : System
SmtpReadingException ( string host ) : System
SmtpReadingException ( string host, Exception innerException ) : System

Method Details

SmtpReadingException() public method

public SmtpReadingException ( ) : System
return System

SmtpReadingException() public method

public SmtpReadingException ( string host ) : System
host string
return System

SmtpReadingException() public method

public SmtpReadingException ( string host, Exception innerException ) : System
host string
innerException System.Exception
return System