Condividi tramite


Costruttore runtime_exception::runtime_exception

Inizializza una nuova istanza della classe runtime_exception.

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

explicit runtime_exception(
   HRESULT _Hresult
) throw();

runtime_exception(
   const runtime_exception &_Other
) throw();

Parametri

  • _Message
    Descrizione dell'errore che ha causato l'eccezione.

  • _Hresult
    HRESULT dell'errore che ha causato l'eccezione.

  • _Other
    Oggetto runtime_exception da copiare.

Valore restituito

Oggetto runtime_exception.

Requisiti

Intestazione: amprt.h

Spazio dei nomi: Concurrency

Vedere anche

Riferimenti

Classe runtime_exception