C# Class Summer.Batch.Infrastructure.Repeat.Exception.DefaultExceptionHandler

Default implementation of IExceptionHandler - just re-throws the exception it encounters.
Inheritance: IExceptionHandler
Show file Open project: SummerBatch/SummerBatchCore

Public Methods

Method Description
HandleException ( IRepeatContext context, System.Exception exception ) : void

Re-throws the exception.

Method Details

HandleException() public method

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