C# Class DKIM.SmtpException

Inheritance: System.Exception
Mostrar archivo Open project: yannispsarras/DKIM-AlternativeViews

Public Methods

Method Description
SmtpException ( ) : System
SmtpException ( Exception innerException ) : System
SmtpException ( string message ) : System
SmtpException ( string message, Exception innerException ) : System

Method Details

SmtpException() public method

public SmtpException ( ) : System
return System

SmtpException() public method

public SmtpException ( Exception innerException ) : System
innerException System.Exception
return System

SmtpException() public method

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

SmtpException() public method

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