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

Inheritance: System.ApplicationException
显示文件 Open project: Vanaheimr/Hermod

Public Methods

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

Method Details

SMTPException() public method

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