SendMailErrorEventArgs(Exception) Constructor

Definition

Initializes a new instance of the SendMailErrorEventArgs class.

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)

Parameters

e
Exception

An Exception object containing the exception.

Applies to

See also