std::runtime_error::runtime_error
De cppreference.com
<metanoindex/>
<tbody> </tbody> explicit runtime_error( const std::string& what_arg ); |
(1) | |
explicit runtime_error( const char* what_arg ); |
(2) | (desde C++11) |
Constrói o objeto de exceção com
what_arg como string explicativo que pode ser acessado através what().Original:
Constructs the exception object with
what_arg as explanatory string that can be accessed through what().The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Parâmetros
Exceções
(Nenhum)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
