Partilhar via


SendMailErrorEventArgs(Exception) Construtor

Definição

Inicializa uma nova instância da 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)

Parâmetros

e
Exception

Um objeto Exception que contém a exceção.

Aplica-se a

Confira também