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

#include <pplinterface.h>

Inheritance diagram for Concurrency::details::_Interruption_exception:

Public Member Functions

 _Interruption_exception (const char *_Message) _NOEXCEPT
 
 _Interruption_exception () _NOEXCEPT
 

Constructor & Destructor Documentation

Concurrency::details::_Interruption_exception::_Interruption_exception ( const char *  _Message)
inlineexplicit
198  : exception(_Message)
199  {}
Definition: exception:80
Concurrency::details::_Interruption_exception::_Interruption_exception ( )
inline
202  : exception()
203  {}
Definition: exception:80

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