Serial Framework C++ Edition
Public Member Functions | List of all members
wclEServerActive Class Reference

The exception raises when an application tries to change any property of already active (listening) server component. More...

#include <wclConnectionErrors.h>

Inheritance diagram for wclEServerActive:
wclEServerConnection wclEConnection wclException

Public Member Functions

 wclEServerActive (const char *msg)
 Creates new exception object.
 
- Public Member Functions inherited from wclEServerConnection
 wclEServerConnection (const char *msg)
 Creates new exception object.
 
- Public Member Functions inherited from wclEConnection
 wclEConnection (const char *msg)
 Creates new exception object.
 
- Public Member Functions inherited from wclException
 wclException (const char *msg)
 Creates new exception object.
 

Detailed Description

The exception raises when an application tries to change any property of already active (listening) server component.

See also
wclEServerConnection