Location:
e32std.h
Link against:
TExcType
Supported from 5.0
A list of exception types which a thread's exception handler might
deal with. An enumerator of this type is passed to
RThread::IsExceptionHandled()
and
RThread::RaiseException()
.
While an exception handler can deal with exceptions as listed in
the exception constants set, a TExcType
is simply a type of
exception. For example, KExcIntegerDivideByZero
and
EExcIntegerOverflow
are types of KExceptionInteger
exception.
|