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

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

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

Method Details

HandleException() public méthode

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