SendMailErrorEventArgs(Exception) Costruttore

Definizione

Inizializza una nuova istanza della 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)

Parametri

e
Exception

Oggetto Exception contenente l'eccezione.

Si applica a

Vedi anche