C# Класс Catel.ExceptionHandling.BufferedEventArgs

Наследование: System.EventArgs
Показать файл Открыть проект

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

Метод Описание
BufferedEventArgs ( Exception bufferedException, System.DateTime dateTime ) : System

Initializes a new instance of the BufferedEventArgs class.

Описание методов

BufferedEventArgs() публичный Метод

Initializes a new instance of the BufferedEventArgs class.
The is null.
public BufferedEventArgs ( Exception bufferedException, System.DateTime dateTime ) : System
bufferedException System.Exception The buffered exception.
dateTime System.DateTime the date time that indicates when the buffering was invoked.
Результат System