STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
Concurrency::operation_timed_out Class Reference

This class describes an exception thrown when an operation has timed out. More...

#include <concrt.h>

Inheritance diagram for Concurrency::operation_timed_out:

Public Member Functions

_CONCRTIMP operation_timed_out (_In_z_ const char *_Message) throw ()
 Constructs an operation_timed_out object. More...
 
_CONCRTIMP operation_timed_out () throw ()
 Constructs an operation_timed_out object. More...
 

Detailed Description

This class describes an exception thrown when an operation has timed out.

Constructor & Destructor Documentation

_CONCRTIMP Concurrency::operation_timed_out::operation_timed_out ( _In_z_ const char _Message)
throw (
)
explicit

Constructs an operation_timed_out object.

Parameters
_MessageA descriptive message of the error.
_CONCRTIMP Concurrency::operation_timed_out::operation_timed_out ( )
throw (
)

Constructs an operation_timed_out object.


The documentation for this class was generated from the following file: