|
| filesystem_error (const string &_Message, error_code _Errcode=make_error_code(errc::operation_not_permitted)) |
|
| filesystem_error (const string &_Message, const path &_Path1, error_code _Errcode) |
|
| filesystem_error (const string &_Message, const path &_Path1, const path &_Path2, error_code _Errcode) |
|
virtual __CLR_OR_THIS_CALL | ~filesystem_error () _NOEXCEPT |
|
| filesystem_error (filesystem_error &&_Right) _NOEXCEPT |
|
filesystem_error & | operator= (filesystem_error &&_Right) _NOEXCEPT |
|
const path & | path1 () const _NOEXCEPT |
|
const path & | path2 () const _NOEXCEPT |
|
| filesystem_error (const filesystem_error &)=default |
|
filesystem_error & | operator= (const filesystem_error &)=default |
|
| system_error (error_code _Errcode) |
|
| system_error (error_code _Errcode, const string &_Message) |
|
| system_error (error_code _Errcode, const char *_Message) |
|
| system_error (int _Errval, const error_category &_Errcat) |
|
| system_error (int _Errval, const error_category &_Errcat, const string &_Message) |
|
| system_error (int _Errval, const error_category &_Errcat, const char *_Message) |
|
const error_code & | code () const _NOEXCEPT |
|
| runtime_error (const string &_Message) |
|
| runtime_error (const char *_Message) |
|
__CLR_OR_THIS_CALL | exception (const char *_Message="unknown", int=1) _THROW0() |
|
__CLR_OR_THIS_CALL | exception (const exception &_Right) _THROW0() |
|
exception &__CLR_OR_THIS_CALL | operator= (const exception &_Right) _THROW0() |
|
virtual __CLR_OR_THIS_CALL | ~exception () _NOEXCEPT |
|
virtual const char *__CLR_OR_THIS_CALL | what () const _THROW0() |
|
void __CLR_OR_THIS_CALL | _Raise () const |
|
system_error(error_code _Errcode)
Definition: system_error:533
experimental::filesystem::v1::filesystem_error::filesystem_error |
( |
const string & |
_Message, |
|
|
const path & |
_Path1, |
|
|
error_code |
_Errcode |
|
) |
| |
|
inline |
path _Mypval1
Definition: filesystem:1651
system_error(error_code _Errcode)
Definition: system_error:533
experimental::filesystem::v1::filesystem_error::filesystem_error |
( |
const string & |
_Message, |
|
|
const path & |
_Path1, |
|
|
const path & |
_Path2, |
|
|
error_code |
_Errcode |
|
) |
| |
|
inline |
path _Mypval1
Definition: filesystem:1651
system_error(error_code _Errcode)
Definition: system_error:533
path _Mypval2
Definition: filesystem:1652
virtual __CLR_OR_THIS_CALL experimental::filesystem::v1::filesystem_error::~filesystem_error |
( |
| ) |
|
|
inlinevirtual |
experimental::filesystem::v1::filesystem_error::filesystem_error |
( |
filesystem_error && |
_Right | ) |
|
|
inline |
path _Mypval1
Definition: filesystem:1651
system_error(error_code _Errcode)
Definition: system_error:533
constexpr remove_reference< _Ty >::type && move(_Ty &&_Arg) _NOEXCEPT
Definition: type_traits:1349
path _Mypval2
Definition: filesystem:1652
constexpr const _Ty &() _Right
Definition: algorithm:3723
experimental::filesystem::v1::filesystem_error::filesystem_error |
( |
const filesystem_error & |
| ) |
|
|
default |
Reimplemented from system_error.
#define _RAISE(x)
Definition: xstddef:31
Definition: system_error:526
path _Mypval1
Definition: filesystem:1651
constexpr remove_reference< _Ty >::type && move(_Ty &&_Arg) _NOEXCEPT
Definition: type_traits:1349
path _Mypval2
Definition: filesystem:1652
constexpr const _Ty &() _Right
Definition: algorithm:3723
const path& experimental::filesystem::v1::filesystem_error::path1 |
( |
| ) |
const |
|
inline |
path _Mypval1
Definition: filesystem:1651
const path& experimental::filesystem::v1::filesystem_error::path2 |
( |
| ) |
const |
|
inline |
path _Mypval2
Definition: filesystem:1652
path experimental::filesystem::v1::filesystem_error::_Mypval1 |
|
private |
path experimental::filesystem::v1::filesystem_error::_Mypval2 |
|
private |
The documentation for this class was generated from the following file: