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
Afficher le fichier Open project: openengsb/loom-csharp

Méthodes publiques

Méthode 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 méthode

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
Résultat Object

RetryDefaultExceptionHandler() public méthode

public RetryDefaultExceptionHandler ( ) : System
Résultat System