XTL  0.1
eXtended Template Library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
exception.hpp File Reference

generic and special purpose exceptions More...

+ Include dependency graph for exception.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  xtd::crt_exception
 c++ wrapper around legacy errno based errors from the CRT More...
 
class  xtd::exception
 Base exception for XTL. More...
 

Namespaces

 xtd
 The main namespace of the XTL library.
 

Macros

#define throw_if(_test, _expression)   _throw_if(here(), _test, _expression, #_test)
 Simplifies use of exception::_throw_if. More...
 

Detailed Description

generic and special purpose exceptions

Definition in file exception.hpp.

Macro Definition Documentation