C# Класс Bamboo.Prevalence.PrevalenceEngine.ExceptionDuringRecoveryEventArgs

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

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

Метод Описание
ExceptionDuringRecoveryEventArgs ( ICommand command, Exception x ) : System

Create a new argument object.

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

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