SendMailErrorEventArgs(Exception) 构造函数

定义

初始化 SendMailErrorEventArgs 类的新实例。

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)

参数

e
Exception

包含此异常的 Exception 对象。

适用于

另请参阅