SendMailErrorEventArgs(Exception) Konstruktor

Definice

Inicializuje novou instanci SendMailErrorEventArgs třídy .

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)

Parametry

e
Exception

Objekt Exception obsahující výjimku.

Platí pro

Viz také