C# 클래스 Summer.Batch.Infrastructure.Repeat.Exception.DefaultExceptionHandler

Default implementation of IExceptionHandler - just re-throws the exception it encounters.
상속: IExceptionHandler
파일 보기 프로젝트 열기: SummerBatch/SummerBatchCore

공개 메소드들

메소드 설명
HandleException ( IRepeatContext context, System.Exception exception ) : void

Re-throws the exception.

메소드 상세

HandleException() 공개 메소드

Re-throws the exception.
public HandleException ( IRepeatContext context, System.Exception exception ) : void
context IRepeatContext
exception System.Exception
리턴 void