C# Class Org.Openengsb.Loom.CSharp.Bridge.Interface.ExceptionHandling.ABridgeExceptionHandling

Afficher le fichier Open project: openengsb/loom-csharp Class Usage Examples

Méthodes publiques

Méthode Description
ABridgeExceptionHandling ( ) : System
HandleException ( Exception exception ) : Object

Méthodes protégées

Méthode Description
Invoke ( Object obj ) : Object

Invokes the method, that triggered the exception again

Method Details

ABridgeExceptionHandling() public méthode

public ABridgeExceptionHandling ( ) : System
Résultat System

HandleException() public abstract méthode

public abstract HandleException ( Exception exception ) : Object
exception System.Exception
Résultat Object

Invoke() protected méthode

Invokes the method, that triggered the exception again
protected Invoke ( Object obj ) : Object
obj Object (Failed) Method parameter
Résultat Object