throw

Prototypes

throw ExceptionAEnvoyer;

Description

Envoi l'exception ExceptionAEnvoyer suite à une erreur.

Exemple

#include <corba.h>
#include <oad_c.hh>
#include <impldef_c.hh>

...
throw CORBA::UNKNOWN;
...

Avertissement

L'exception doit être rattrapée par catch.

Les exceptions standards sont :

Voir aussi

Néant.