C# Class BridgeTests.TestExceptionHandlers.TestCustomExceptionHandler

Inheritance: Org.Openengsb.Loom.CSharp.Bridge.Interface.ExceptionHandling.ABridgeExceptionHandling
Datei anzeigen Open project: openengsb/loom-csharp

Public Methods

Method Description
HandleException ( Exception exception ) : Object

Directly forwards the exception to user user of the .Net Bridge

Method Details

HandleException() public method

Directly forwards the exception to user user of the .Net Bridge
public HandleException ( Exception exception ) : Object
exception System.Exception
return Object