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 オブジェクト。

適用対象

こちらもご覧ください