SendMailErrorEventArgs(Exception) Konstruktor

Definition

Initierar en ny instans av SendMailErrorEventArgs klassen.

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)

Parametrar

e
Exception

Ett Exception objekt som innehåller undantaget.

Gäller för

Se även