Konstruktor runtime_exception::runtime_exception
Inicializuje novou instanci třídy runtime_exception.
runtime_exception(
const char * _Message,
HRESULT _Hresult
) throw();
explicit runtime_exception(
HRESULT _Hresult
) throw();
runtime_exception(
const runtime_exception &_Other
) throw();
Parametry
_Message
Popis chyby, která způsobila výjimku._Hresult
Hodnota HRESULT chyby, která způsobila výjimku._Other
Objekt runtime_exception, který má být zkopírován.
Vrácená hodnota
Objekt runtime_exception.
Požadavky
Hlavičkový soubor: amprt.h
Obor názvů: Concurrency