Share via


Exception Handling for Windows CE (Windows CE 5.0)

Send Feedback

The Windows CE compilers provide built-in support for handling exceptions that occur during the execution of your program.

Exceptions can be detected by both hardware and software:

  • Hardware exceptions include dividing by zero, and the overflow of a numeric type.
  • Software exceptions include those you detect and signal to the system by calling the RaiseException function, and special situations detected by the OS.

In This Section

  • ARM Prolog and Epilog
    Describes the ARM coding sequences that set up frame references to support stack unwinding.
  • SH-4 Prolog and Epilog
    Describes the Renesas coding sequences that set up frame references to support stack unwinding.
  • MIPS Prolog and Epilog
    Describes the MIPS coding sequences that set up frame references to support stack unwinding.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.