| 
    STLdoc
    
   STLdocumentation 
   | 
 
This class describes an exception thrown when a messaging block is given a pointer to a target which is invalid for the operation being performed. More...
#include <concrt.h>
  
 Public Member Functions | |
| _CONCRTIMP | bad_target (_In_z_ const char *_Message) throw () | 
Constructs a bad_target object.  More... | |
| _CONCRTIMP | bad_target () throw () | 
Constructs a bad_target object.  More... | |
This class describes an exception thrown when a messaging block is given a pointer to a target which is invalid for the operation being performed.
This exception is typically thrown for reasons such as a target attempting to consume a message which is reserved for a different target or releasing a reservation that it does not hold.
      
  | 
  explicit | ||||||||||||||
Constructs a bad_target object. 
| _Message | A descriptive message of the error. | 
| _CONCRTIMP Concurrency::bad_target::bad_target | ( | ) | ||
| throw | ( | |||
| ) | ||||
Constructs a bad_target object. 
 1.8.8