This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Exception Never Caught

Other Parts Discussed in Thread: MSP430F6733

Hello all,

I'm working on a C++ project with the MSP430F6733 and need to use exceptions as part of a testing framework. However, there seems to be an issue with my implementation of exceptions - one set of exceptions is never caught! I've put a try - catch(...) block around the entire contents of the main function, but still the program enters the terminate() function when this exception is thrown, indicating that control is not passed to that catch statement. The exception not being caught is a simple integer type exception.

Any ideas on why an exception would not be caught like this?

**Attention** This is a public forum