C# Class Dlp.Framework.SendMailErrorEventArgs

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

Méthodes publiques

Méthode Description
SendMailErrorEventArgs ( Exception ex ) : System

Initializes a new instance of the SendMailErrorEventArgs class.

Method Details

SendMailErrorEventArgs() public méthode

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