MTSC  1.0.5
Build TCP servers out of modules with handlers for communication, exception and logging.
MTSC.Exceptions.IExceptionHandler Interface Reference

Handler to be used for handling exception. More...

Inheritance diagram for MTSC.Exceptions.IExceptionHandler:
MTSC.Exceptions.ExceptionConsoleLogger MTSC.Exceptions.ExceptionThrower

Public Member Functions

bool HandleException (Exception e)
 Handles exceptions. More...
 

Detailed Description

Handler to be used for handling exception.

Definition at line 10 of file IExceptionHandler.cs.

Member Function Documentation

◆ HandleException()

bool MTSC.Exceptions.IExceptionHandler.HandleException ( Exception  e)

Handles exceptions.

Parameters
eException to be handled.
Returns
True if it handled the exception. Otherwise returns false.

Implemented in MTSC.Exceptions.ExceptionConsoleLogger, and MTSC.Exceptions.ExceptionThrower.


The documentation for this interface was generated from the following file: