Espacios de nombres
Variantes
Acciones

std::bad_exception::what

De cppreference.com
< cpp‎ | error‎ | bad exception
 
 
Biblioteca de servicios
 
 
 
virtual const char* what() const;
(desde C++11)
Devuelve la cadena explicativo .
Original:
Returns the explanatory string.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[editar] Parámetros

(Ninguno)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[editar] Valor de retorno

Puntero a una cadena terminada en nulo con información explicativa .
Original:
Pointer to a null-terminated string with explanatory information.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[editar] Excepciones

Especificación noexcept:  
noexcept
  (desde C++11)