C# Class Org.Openengsb.Loom.CSharp.Bridge.Implementation.Common.RetryDefaultExceptionHandler

This is a basic ExceptionHandler and should illustrate the Handling
Inheritance: Org.Openengsb.Loom.CSharp.Bridge.Interface.ExceptionHandling.ABridgeExceptionHandling
Exibir arquivo Open project: openengsb/loom-csharp

Public Methods

Method Description
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

Method Details

HandleException() public method

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
return Object

RetryDefaultExceptionHandler() public method

public RetryDefaultExceptionHandler ( ) : System
return System