C# 클래스 Org.Openengsb.Loom.CSharp.Bridge.Implementation.Common.ForwardDefaultExceptionHandler

상속: Org.Openengsb.Loom.CSharp.Bridge.Interface.ExceptionHandling.ABridgeExceptionHandling
파일 보기 프로젝트 열기: openengsb/loom-csharp

공개 메소드들

메소드 설명
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