Share via


basic_filesystem_error 클래스

A base class for all exceptions that are thrown to report a low-level system overflow.

template<class Path>
class basic_filesystem_error : public system_error;

설명

The value that's returned by what is constructed from the message, errcode, and two stored objects of type Path. Pathbasic_path 또는 basic_path에서 파생된 형식 중 하나일 수 있습니다.

멤버

공용 Typedefs

Name

설명

basic_filesystem_error::path_type

A synonym for template parameter Path.

Public 생성자

Name

설명

basic_filesystem_error::basic_filesystem_error 생성자

basic_filesystem_error 개체를 생성합니다.

Public 메서드

Name

설명

basic_filesystem_error::path1 Method

Retrieves the first stored Path object.

basic_filesystem_error::path2 Method

Retrieves the second stored Path object.

요구 사항

헤더: filesystem

네임스페이스: std::tr2::sys

참고 항목

참조

system_error 클래스

<filesystem>

<exception>

기타 리소스

C++ 표준 라이브러리 헤더 파일