C# Класс BridgeTests.TestExceptionHandlers.TestCustomExceptionHandler

Наследование: Org.Openengsb.Loom.CSharp.Bridge.Interface.ExceptionHandling.ABridgeExceptionHandling
Показать файл Открыть проект

Открытые методы

Метод Описание
HandleException ( Exception exception ) : Object

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

Описание методов

HandleException() публичный Метод

Directly forwards the exception to user user of the .Net Bridge
public HandleException ( Exception exception ) : Object
exception System.Exception
Результат Object