xtd 0.2.0
timeout_exception.h File Reference
#include "system_exception.h"

Definition

Contains xtd::timeout_exception exception.

Include dependency graph for timeout_exception.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  xtd::timeout_exception
 The exception that is thrown when the time allotted for a process or operation has expired. More...
 

Namespaces

 xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 

Macros

#define timeout_exception_(...)   timeout_exception(add_csf_(__VA_ARGS__))
 Helper on xtd::timeout_exception to call it with current stack frame information. More...