scheduler_resource_allocation_error 클래스

이 클래스의 동시성 런타임의 중요 한 리소스를 얻기 위해 실패로 인해 throw 한 예외를 설명 합니다.

class scheduler_resource_allocation_error : public std::exception;

Members

Dd504884.collapse_all(ko-kr,VS.110).gifPublic 생성자

Name

설명

scheduler_resource_allocation_error::scheduler_resource_allocation_error 생성자

오버로드.scheduler_resource_allocation_error 개체를 생성합니다.

Dd504884.collapse_all(ko-kr,VS.110).gifPublic 메서드

Name

설명

scheduler_resource_allocation_error::get_error_code 메서드

예외의 원인이 된 오류 코드를 반환합니다.

설명

이 예외는 일반적으로 동시성 런타임 내에서 운영 체제에 대한 호출이 실패할 때 throw됩니다.일반적으로 Win32 메서드 호출에서 반환 되는 오류 코드 GetLastError 형식의 값으로 변환 됩니다 HRESULT 를 사용 하 여 검색할 수 있는 get_error_code 메서드.

상속 계층 구조

exception

scheduler_resource_allocation_error

요구 사항

헤더: concrt.h

네임 스페이스: 동시성

참고 항목

참조

동시성 네임스페이스