This topic has not yet been rated - Rate this topic

bad_target::bad_target Constructor

Constructs a bad_target object.

explicit _CRTIMP bad_target(
   _In_z_ const char * _Message
) throw();

bad_target() throw();
_Message

A descriptive message of the error.

Header: concrt.h

Namespace: concurrency

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.