| title | uninitialized_object Class | |||
|---|---|---|---|---|
| ms.date | 03/27/2019 | |||
| f1_keywords |
|
|||
| helpviewer_keywords |
|
|||
| ms.assetid | 6ae3c4e8-64a6-4511-a158-03be197b63af |
The exception that is thrown when an uninitialized object is used.
class uninitialized_object : public runtime_exception;| Name | Description |
|---|---|
| uninitialized_object Constructor | Initializes a new instance of the uninitialized_object class. |
exception
runtime_exception
uninitialized_object
Header: amprt.h
Namespace: Concurrency
Constructs a new instance of the uninitialized_object exception.
explicit uninitialized_object(
const char * _Message ) throw();
uninitialized_object() throw();_Message
A description of the error.
The uninitialized_object exception object.