Share via


EXCEPTION_HANDLER

This macro associates an exception handler Handler with a subsequent NESTED_ENTRY or LEAF_ENTRY routine.

EXCEPTION_HANDLER Handler

Parameters

  • Handler
    Name of exception handler.

Return Values

None.

Remarks

This association is in effect until the compiler encounters a matching ENTRY_END macro.

Each supported microprocessor contains a definition for this macro in a microprocessor-specific header file. The following table shows the supported microprocessor families and the related header file that contains the macro definition for that family.

Microprocessor family Header file name
ARM Kxarm.h
SH3, SH4 Kxshx.h
MIPS Kxmips.h

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: See Remarks.

See Also

NESTED_ENTRY | LEAF_ENTRY | ENTRY_END

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.