C# Class Dlp.Framework.SendMailErrorEventArgs

Class that represents an error ocurred when sending a mail message.
Inheritance: System.EventArgs
Datei anzeigen Open project: stone-payments/Dlp.Framework

Public Methods

Method Description
SendMailErrorEventArgs ( Exception ex ) : System

Initializes a new instance of the SendMailErrorEventArgs class.

Method Details

SendMailErrorEventArgs() public method

Initializes a new instance of the SendMailErrorEventArgs class.
public SendMailErrorEventArgs ( Exception ex ) : System
ex System.Exception
return System