C# 클래스 Disruptor.IgnoreExceptionHandler

Convenience implementation of an exception handler that using Console.WriteLine to log the exception
상속: IExceptionHandler
파일 보기 프로젝트 열기: TimGebhardt/Disruptor.NET 1 사용 예제들

공개 메소드들

메소드 설명
Handle ( Exception ex, Entry currentEntry ) : void
IgnoreExceptionHandler ( ) : System
IgnoreExceptionHandler ( ILog log ) : System

메소드 상세

Handle() 공개 메소드

public Handle ( Exception ex, Entry currentEntry ) : void
ex System.Exception
currentEntry Entry
리턴 void

IgnoreExceptionHandler() 공개 메소드

public IgnoreExceptionHandler ( ) : System
리턴 System

IgnoreExceptionHandler() 공개 메소드

public IgnoreExceptionHandler ( ILog log ) : System
log ILog
리턴 System