Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: e32std.h
Link against:

Typedef TExceptionHandler

typedef void TExceptionHandler(TExcType);

Support

Supported from 5.0

Description

Defines an exception handler function which takes a TExcType as an argument and returns void.

A function of this type is an exception handler used by member functions of a thread handle, RThread.

See also: