Compiler Error C2707 (Windows CE 5.0)

Send Feedback

'identifier' : bad context for intrinsic function

Structured exception-handling intrinsics are invalid in certain contexts:

  • _exception_code() outside an exception filter or __except block.
  • _exception_info() outside an exception filter.
  • _abnormal_termination() outside a __finally block.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.