C# Class Bamboo.Prevalence.PrevalenceEngine.ExceptionDuringRecoveryEventArgs

Arguments for the PrevalenceEngine.ExceptionDuringRecoveryHandler delegate.
Inheritance: System.EventArgs
显示文件 Open project: bamboo/Bamboo.Prevalence

Public Methods

Method Description
ExceptionDuringRecoveryEventArgs ( ICommand command, Exception x ) : System

Create a new argument object.

Method Details

ExceptionDuringRecoveryEventArgs() public method

Create a new argument object.
public ExceptionDuringRecoveryEventArgs ( ICommand command, Exception x ) : System
command ICommand the failing command
x System.Exception the exception thrown by the command
return System