C# Class MemExchange.Server.Incoming.IncomingMessageQueueErrorHandler

Inheritance: IExceptionHandler
Show file Open project: ThomasVestergaard/MemExchange

Public Methods

Method Description
HandleEventException ( Exception ex, long sequence, object evt ) : void
HandleOnShutdownException ( Exception ex ) : void
HandleOnStartException ( Exception ex ) : void

Method Details

HandleEventException() public method

public HandleEventException ( Exception ex, long sequence, object evt ) : void
ex System.Exception
sequence long
evt object
return void

HandleOnShutdownException() public method

public HandleOnShutdownException ( Exception ex ) : void
ex System.Exception
return void

HandleOnStartException() public method

public HandleOnStartException ( Exception ex ) : void
ex System.Exception
return void