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

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

Méthodes publiques

Méthode Description
HandleException ( IRepeatContext context, System.Exception exception ) : void

Re-throws the exception.

Method Details

HandleException() public méthode

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