C# Class Catel.ExceptionHandling.BufferedEventArgs

Inheritance: System.EventArgs
Show file Open project: Catel/Catel

Public Methods

Method Description
BufferedEventArgs ( Exception bufferedException, System.DateTime dateTime ) : System

Initializes a new instance of the BufferedEventArgs class.

Method Details

BufferedEventArgs() public method

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.
return System