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

Throws all handled exceptions. More...

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

Public Member Functions

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

Detailed Description

Throws all handled exceptions.

Definition at line 10 of file ExceptionThrower.cs.

Member Function Documentation

◆ HandleException()

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

Handles exceptions.

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

Implements MTSC.Exceptions.IExceptionHandler.

Definition at line 12 of file ExceptionThrower.cs.


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