SendMailErrorEventArgs(Exception) Construtor

Definição

Inicializa uma nova instância da SendMailErrorEventArgs classe.

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 contendo Exception a exceção.

Aplica-se a

Ver também