C# Class org.GraphDefined.Vanaheimr.Hermod.Mail.EMailException

Inheritance: System.ApplicationException
Datei anzeigen Open project: Vanaheimr/Hermod

Public Methods

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

Method Details

EMailException() public method

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