The C++ framework for developing highly scalable, high performance servers on Windows platforms.

IHandleExceptions Class Reference
[CLR Hosting helper codeInterfacesProtected destructors on abstract base classes]

Inheritance diagram for IHandleExceptions:

List of all members.

Public Member Functions

virtual void OnException ()=0
 Called if an exception occurs. Note that this is called from within the catch handler so you can use the 'throw' trick to catch the exception by type for logging purposes...

Protected Member Functions

virtual ~IHandleExceptions ()
 We never delete instances of this interface; you must manage the lifetime of the class that implements it.


Constructor & Destructor Documentation

virtual ~IHandleExceptions (  )  [protected, virtual]

We never delete instances of this interface; you must manage the lifetime of the class that implements it.


Member Function Documentation

virtual void OnException (  )  [pure virtual]

Called if an exception occurs. Note that this is called from within the catch handler so you can use the 'throw' trick to catch the exception by type for logging purposes...

Implemented in CNullEventSinkCallback.


Generated on Sun Sep 12 19:08:15 2021 for The Server Framework - v7.4 by doxygen 1.5.3