C# Class org.GraphDefined.Vanaheimr.Hermod.SMTP.SMTPServerException

Inheritance: SMTPException
显示文件 Open project: Vanaheimr/Hermod

Public Methods

Method Description
SMTPServerException ( String Message, Exception InnerException = null ) : System

Method Details

SMTPServerException() public method

public SMTPServerException ( String Message, Exception InnerException = null ) : System
Message String
InnerException System.Exception
return System