C# Класс Dlp.Framework.SendMailErrorEventArgs

Class that represents an error ocurred when sending a mail message.
Наследование: System.EventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
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