Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Basic exception support

The basic operating system support for exceptions comes from

These are analogous to C++s exception handling support (try/catch and throw).

By convention, all functions that can leave directly or indirectly have an L appended onto their name (and can therefore be referred to as L functions). The function invoked by a trap harness will always be an L function.