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 物件。

適用於

另請參閱