Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Dlp
Framework
SendMailErrorEventArgs
C# Class Dlp.Framework.SendMailErrorEventArgs
Class that represents an error ocurred when sending a mail message.
Inheritance:
System.EventArgs
Show file
Open project: stone-payments/Dlp.Framework
Public Methods
Method
Description
SendMailErrorEventArgs
(
Exception
ex
) :
System
Initializes a new instance of the SendMailErrorEventArgs class.
Method Details
SendMailErrorEventArgs()
public
method
Initializes a new instance of the SendMailErrorEventArgs class.
public
SendMailErrorEventArgs
(
Exception
ex
) :
System
ex
System.Exception
return
System