xtd 0.2.0
directory_not_found_exception.h File Reference
#include "io_exception.h"

Definition

Contains xtd::io::directory_not_found_exception exception.

Include dependency graph for directory_not_found_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::directory_not_found_exception
 The exception that is thrown when part of a file or directory cannot be found. 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 directory_not_found_exception_(...)   directory_not_found_exception(add_csf_(__VA_ARGS__))
 Helper on xtd::io::directory_not_found_exception to call it with current stack frame information. More...