◐ Shell
clean mode source ↗

std::exception::exception – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

exception();

(1)

exception( const exception& other );

(2)

Erzeugt neue Exception-Objekt .

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)

Standardkonstruktor.

what()

kehrt leeren String .

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)

Kopieren Konstruktor. Initialisiert den Inhalt mit denen 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.

Parameter

other -

Eine weitere Ausnahme zuordnen den Inhalt

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.

Ausnahmen

1-2)