C# 클래스 Bamboo.Prevalence.PrevalenceEngine.ExceptionDuringRecoveryEventArgs

Arguments for the PrevalenceEngine.ExceptionDuringRecoveryHandler delegate.
상속: System.EventArgs
파일 보기 프로젝트 열기: bamboo/Bamboo.Prevalence

공개 메소드들

메소드 설명
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