Konstruktor runtime_exception::runtime_exception
Inicjuje nowe wystąpienie klasy 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
Opis błędu, który spowodował wyjątek._Hresult
HRESULT błędu, który spowodował wyjątek._Other
Obiekt runtime_exception do skopiowania.
Wartość zwracana
Obiekt runtime_exception.
Wymagania
Nagłówek: amprt.h
Przestrzeń nazw: Concurrency