SendMailErrorEventArgs(Exception) Constructeur

Définition

Initialise une nouvelle instance de la classe SendMailErrorEventArgs.

public:
 SendMailErrorEventArgs(Exception ^ e);
public SendMailErrorEventArgs (Exception e);
new System.Web.UI.WebControls.SendMailErrorEventArgs : Exception -> System.Web.UI.WebControls.SendMailErrorEventArgs
Public Sub New (e As Exception)

Paramètres

e
Exception

Objet Exception contenant l'exception.

S’applique à

Voir aussi