Cleanup of exception

From: Gerrit Hulleman (hulleman_at_lupus-delta.tmfweb.nl)
Date: 02/22/04


Date: Sun, 22 Feb 2004 18:10:19 +0100

Perhaps a strange question, but are exceptions destroyed after they are
handeld by own try catch sections or the default handler?

I have tried to put a log message in an override destructor, but it seems
like the destructor is never used.

G