C# Class Disruptor.FatalExceptionHandler

Inheritance: IExceptionHandler
ファイルを表示 Open project: TimGebhardt/Disruptor.NET Class Usage Examples

Public Methods

Method Description
FatalExceptionHandler ( ) : System
FatalExceptionHandler ( log4net.ILog log ) : System
Handle ( Exception ex, Entry currentEntry ) : void

Method Details

FatalExceptionHandler() public method

public FatalExceptionHandler ( ) : System
return System

FatalExceptionHandler() public method

public FatalExceptionHandler ( log4net.ILog log ) : System
log log4net.ILog
return System

Handle() public method

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