try
From C/C++ Reference
try
The try statement attempts to execute exception-generating code. See the throw statement for more details.
Related topics:
From C/C++ Reference
The try statement attempts to execute exception-generating code. See the throw statement for more details.