다음을 통해 공유


scheduler_resource_allocation_error::scheduler_resource_allocation_error 생성자

scheduler_resource_allocation_error 개체를 생성합니다.

_CRTIMP scheduler_resource_allocation_error(
   const char * _Message,
   HRESULT _Hresult
) throw();
explicit _CRTIMP scheduler_resource_allocation_error(
   HRESULT _Hresult
) throw();

매개 변수

  • _Message
    오류 설명 메시지입니다.

  • _Hresult
    이 예외를 발생시킨 오류의 HRESULT 값입니다.

요구 사항

헤더: concrt.h

네임스페이스: 동시성

참고 항목

참조

scheduler_resource_allocation_error 클래스