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

Mostra file Open project: openengsb/loom-csharp Class Usage Examples

Public Methods

Method Description
ABridgeExceptionHandling ( ) : System
HandleException ( Exception exception ) : Object

Protected Methods

Method Description
Invoke ( Object obj ) : Object

Invokes the method, that triggered the exception again

Method Details

ABridgeExceptionHandling() public method

public ABridgeExceptionHandling ( ) : System
return System

HandleException() public abstract method

public abstract HandleException ( Exception exception ) : Object
exception System.Exception
return Object

Invoke() protected method

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