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

Definition

Contains xtd::io::drive_not_found_exception exception.

Include dependency graph for drive_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::drive_not_found_exception
 The exception that is thrown when trying to access a drive or share that is not available. 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 drive_not_found_exception_(...)   drive_not_found_exception(add_csf_(__VA_ARGS__))
 Helper on xtd::io::drive_not_found_exception to call it with current stack frame information. More...