C# Class DKIM.SmtpException

Inheritance: System.Exception
Afficher le fichier Open project: yannispsarras/DKIM-AlternativeViews

Méthodes publiques

Méthode Description
SmtpException ( ) : System
SmtpException ( Exception innerException ) : System
SmtpException ( string message ) : System
SmtpException ( string message, Exception innerException ) : System

Method Details

SmtpException() public méthode

public SmtpException ( ) : System
Résultat System

SmtpException() public méthode

public SmtpException ( Exception innerException ) : System
innerException System.Exception
Résultat System

SmtpException() public méthode

public SmtpException ( string message ) : System
message string
Résultat System

SmtpException() public méthode

public SmtpException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System