uninitialized_object Class
The exception that is thrown when an uninitialized object is used.
Syntax
class uninitialized_object : public runtime_exception;
Members
Public Constructors
Name | Description |
---|---|
uninitialized_object Constructor | Initializes a new instance of the uninitialized_object class. |
Inheritance Hierarchy
exception
runtime_exception
uninitialized_object
Requirements
Header: amprt.h
Namespace: Concurrency
uninitialized_object
Constructs a new instance of the uninitialized_object
exception.
Syntax
explicit uninitialized_object(
const char * _Message ) throw();
uninitialized_object() throw();
Parameters
_Message
A description of the error.
Return Value
The uninitialized_object
exception object.