xtd 0.2.0
Loading...
Searching...
No Matches

◆ path_too_long_exception_

#define path_too_long_exception_ (   ...)

#include <xtd.core/include/xtd/io/path_too_long_exception.h>

Helper on xtd::io::path_too_long_exception to call it with current stack frame information.

Header
#include <xtd/io/path_too_long_exception>
Library
xtd.core
Remarks
Is equivalent to xtd::io::path_too_long_exception {{any argument}, csf_}
void my_func() {
if (invalid_info) throw path_too_long_exception_(); // same as : throw path_too_long_exception {csf_};
if (invalid_value) throw path_too_long_exception_("Bad value"); // same as : throw path_too_long_exception {"Bad value", csf_};
...
}
#define path_too_long_exception_(...)
Helper on xtd::io::path_too_long_exception to call it with current stack frame information.
Definition path_too_long_exception.h:114