Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains values that indicate the underlying cause of a stack overflow event.
typedef enum {
SO_Managed,
SO_ClrEngine,
SO_Other
} StackOverflowType;
Members
Member |
Description |
---|---|
SO_ClrEngine |
The stack overflow was caused by the execution engine. |
SO_Managed |
The stack overflow was caused by managed code. |
SO_Other |
The stack overflow was caused by unmanaged code. |
Remarks
This information is passed to the host through a call to the IActionOnCLREvent::OnEvent method.
Requirements
Platforms: See .NET Framework System Requirements.
Header: MSCorEE.idl
Library: MSCorEE.dll
.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0