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

The exception raises when an application tries to change any property of already active (connecting or connected) client component. More...

#include <wclConnectionErrors.h>

Inheritance diagram for wclEClientActive:
wclEClientConnection wclEConnection wclException

Public Member Functions

 wclEClientActive (const char *msg)
 Creates new exception object.
 
- Public Member Functions inherited from wclEClientConnection
 wclEClientConnection (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 (connecting or connected) client component.

See also
wclEClientConnection