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 개체입니다.

적용 대상

추가 정보