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

This is a basic ExceptionHandler and should illustrate the Handling
상속: Org.Openengsb.Loom.CSharp.Bridge.Interface.ExceptionHandling.ABridgeExceptionHandling
파일 보기 프로젝트 열기: openengsb/loom-csharp

공개 메소드들

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

Defines how the Bridge should be have. In this example, it checks if the mehtod should be exected again or if the Exception should be forwarded.

RetryDefaultExceptionHandler ( ) : System

메소드 상세

HandleException() 공개 메소드

Defines how the Bridge should be have. In this example, it checks if the mehtod should be exected again or if the Exception should be forwarded.
public HandleException ( Exception exception ) : Object
exception System.Exception The exception, which has been thrown
리턴 Object

RetryDefaultExceptionHandler() 공개 메소드

public RetryDefaultExceptionHandler ( ) : System
리턴 System