runtime_exception::runtime_exception 생성자

새 인스턴스를 초기화 합니다.의 runtime_exception 클래스입니다.

runtime_exception(
   const char * _Message,
   HRESULT _Hresult                     
) throw();
                     
explicit runtime_exception(
   HRESULT _Hresult                     
) throw();
                     
runtime_exception(
   const runtime_exception &_Other                     
) throw();

매개 변수

  • _Message
    예외를 발생 시킨 오류 설명입니다.

  • _Hresult
    예외가 발생 한 오류의 HRESULT입니다.

  • _Other
    복사할 runtime_exception 개체입니다.

반환 값

runtime_exception 개체

요구 사항

헤더: amprt.h

네임스페이스: 동시성

참고 항목

참조

runtime_exception 클래스