C# 클래스 Dlp.Framework.SendMailErrorEventArgs

Class that represents an error ocurred when sending a mail message.
상속: System.EventArgs
파일 보기 프로젝트 열기: stone-payments/Dlp.Framework

공개 메소드들

메소드 설명
SendMailErrorEventArgs ( Exception ex ) : System

Initializes a new instance of the SendMailErrorEventArgs class.

메소드 상세

SendMailErrorEventArgs() 공개 메소드

Initializes a new instance of the SendMailErrorEventArgs class.
public SendMailErrorEventArgs ( Exception ex ) : System
ex System.Exception
리턴 System