C# Класс Org.Openengsb.Loom.CSharp.Bridge.Implementation.Common.RetryDefaultExceptionHandler

This is a basic ExceptionHandler and should illustrate the Handling
Наследование: Org.Openengsb.Loom.CSharp.Bridge.Interface.ExceptionHandling.ABridgeExceptionHandling
Показать файл Открыть проект

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

Метод Описание
HandleException ( Exception exception ) : Object

Defines how the Bridge should be have. In this example, it checks if the mehtod should be exected again or if the Exception should be forwarded.

RetryDefaultExceptionHandler ( ) : System

Описание методов

HandleException() публичный Метод

Defines how the Bridge should be have. In this example, it checks if the mehtod should be exected again or if the Exception should be forwarded.
public HandleException ( Exception exception ) : Object
exception System.Exception The exception, which has been thrown
Результат Object

RetryDefaultExceptionHandler() публичный Метод

public RetryDefaultExceptionHandler ( ) : System
Результат System