Espacios de nombres
Variantes

std::exception::exception

De cppreference.com
 
 
Biblioteca de servicios
 
 
std::exception
Las funciones miembro
Original:
Member functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
 
<tbody> </tbody>
exception();
(1)
exception( const exception& other );
(2)
Construye objeto de excepción nuevo .
Original:
Constructs new exception object.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

1)

Por defecto constructor. what() devuelve cadena vacía .
Original:
Default constructor. what() returns empty string.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

2)

Copiar constructor. Inicializa el contenido con los de other
Original:
Copy constructor. Initializes the contents with those of other
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Parámetros

other -
otra excepción a asignar los contenidos de
Original:
another exception to assign the contents of
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Excepciones

1-2)

Especificación noexcept:  
<tbody> </tbody>
noexcept
  (desde C++11)