◐ Shell
clean mode source ↗

std::exception - cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

Definido no cabeçalho

<exception>

class exception;

Fornece interface consistente para lidar com os erros através do jogar expressão.

Original:

Provides consistent interface to handle errors through the jogar expressão.

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

Todas as exceções geradas pela biblioteca padrão herdar std::exception

Original:

All exceptions generated by the standard library inherit from std::exception

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

Funções de membro

constrói o objeto de exceção

Original:

constructs the exception object

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


(função pública membro) [edit]

[virtual]

destrói o objeto de exceção

Original:

destructs the exception object

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


(função pública virtual membro) [edit]

cópias objeto de exceção

Original:

copies exception object

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


(função pública membro) [edit]

[virtual]

retorna uma cadeia explicativa

Original:

returns an explanatory string

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


(função pública virtual membro) [edit]