C# 클래스 Org.Openengsb.Loom.CSharp.Bridge.Interface.ExceptionHandling.ABridgeExceptionHandling

파일 보기 프로젝트 열기: openengsb/loom-csharp 1 사용 예제들

공개 메소드들

메소드 설명
ABridgeExceptionHandling ( ) : System
HandleException ( Exception exception ) : Object

보호된 메소드들

메소드 설명
Invoke ( Object obj ) : Object

Invokes the method, that triggered the exception again

메소드 상세

ABridgeExceptionHandling() 공개 메소드

public ABridgeExceptionHandling ( ) : System
리턴 System

HandleException() 공개 추상적인 메소드

public abstract HandleException ( Exception exception ) : Object
exception System.Exception
리턴 Object

Invoke() 보호된 메소드

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