C# Class Catel.ExceptionHandling.BufferedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: Catel/Catel

Méthodes publiques

Méthode Description
BufferedEventArgs ( Exception bufferedException, System.DateTime dateTime ) : System

Initializes a new instance of the BufferedEventArgs class.

Method Details

BufferedEventArgs() public méthode

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.
Résultat System