C++ / Le mot clé THROW
Syntaxe
throw <expression>
Description
Exemple
{ if ( <conditions> ) throw 0; }
{ <instructions> }