SendMailErrorEventArgs(Exception) Konstruktor

Definition

Initialisiert eine neue Instanz der SendMailErrorEventArgs-Klasse.

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)

Parameter

e
Exception

Ein Exception-Objekt, das die Ausnahme enthält.

Gilt für:

Weitere Informationen