Share via


Exception Handling (Windows CE 5.0)

Send Feedback

An exception is an abnormal situation that happens while a program is running. Exceptions are often indications of problems that you need to debug.

The kernel debugger recognizes many types of exceptions. These include Windows CE exceptions, C++ exceptions, common language runtime exceptions, Win32 exceptions, and native run-time checks.

Some types of exceptions, such as C++ exceptions, have handlers. Handlers are pieces of code that respond to an exception when it occurs, giving the program a chance to recover from the abnormal situation. C run-time errors do not have handlers.

In This Section

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.