C# Class DKIM.SmtpReadingException

Inheritance: SmtpException
Afficher le fichier Open project: yannispsarras/DKIM-AlternativeViews

Méthodes publiques

Méthode Description
SmtpReadingException ( ) : System
SmtpReadingException ( string host ) : System
SmtpReadingException ( string host, Exception innerException ) : System

Method Details

SmtpReadingException() public méthode

public SmtpReadingException ( ) : System
Résultat System

SmtpReadingException() public méthode

public SmtpReadingException ( string host ) : System
host string
Résultat System

SmtpReadingException() public méthode

public SmtpReadingException ( string host, Exception innerException ) : System
host string
innerException System.Exception
Résultat System