C# Класс Summer.Batch.Infrastructure.Repeat.Exception.DefaultExceptionHandler

Default implementation of IExceptionHandler - just re-throws the exception it encounters.
Наследование: IExceptionHandler
Показать файл Открыть проект

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

Метод Описание
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