Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



C++ exception handling

EPOC provides its own exception handling mechanisms. C++ exception handling (try, catch and throw) is not used because:

Existing C++ programs for other platforms that use exception handling must be modified before they can be used.

Note that the cleanup and two-phase construction idioms that are part of EPOC exception support would still be needed if C++ exception handling were used.