Bamboo.Prevalence.PrevalenceEngine.ExceptionDuringRecoveryEventArgs.ExceptionDuringRecoveryEventArgs C# (CSharp) Метод

ExceptionDuringRecoveryEventArgs() публичный метод

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
Результат System
			public ExceptionDuringRecoveryEventArgs(ICommand command, Exception x)
			{
				_command = command;
				_exception = x;
			}
PrevalenceEngine.ExceptionDuringRecoveryEventArgs