C# Class Disruptor.FatalExceptionHandler

Inheritance: IExceptionHandler
Afficher le fichier Open project: TimGebhardt/Disruptor.NET Class Usage Examples

Méthodes publiques

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

Method Details

FatalExceptionHandler() public méthode

public FatalExceptionHandler ( ) : System
Résultat System

FatalExceptionHandler() public méthode

public FatalExceptionHandler ( log4net.ILog log ) : System
log log4net.ILog
Résultat System

Handle() public méthode

public Handle ( Exception ex, Entry currentEntry ) : void
ex System.Exception
currentEntry Entry
Résultat void