xtd 0.2.0
io_exception.h File Reference

Definition

Contains xtd::io::io_exception exception.

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

Go to the source code of this file.

Classes

class  xtd::io::io_exception
 The exception that is thrown when an I/O error occurs. More...
 

Namespaces

 xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 
 xtd::io
 The xtd::io namespace contains types that allow reading and writing to files and data streams, and types that provide basic file and directory support.
 

Macros

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