Share via


EXCEPTION_HANDLER_DATA

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

EXCEPTION_HANDLER_DATA Handler,
     HandlerData

Parameters

  • Handler
    Name of exception handler.
  • HandlerData
    String associated with exception handler.

Return Values

None.

Remarks

This association is in effect until 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

Requirements

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

See Also

NESTED_ENTRY | LEAF_ENTRY | ENTRY_END | EXCEPTION_HANDLER

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.