StackOverflowType Enumeration
Contains values that indicate the underlying cause of a stack overflow event.
Syntax
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 System Requirements.
Header: MSCorEE.h
Library: MSCorEE.dll
.NET Framework Versions: Available since 2.0
See also
Cộng tác với chúng tôi trên GitHub
Bạn có thể tìm thấy nguồn cho nội dung này trên GitHub, nơi bạn cũng có thể tạo và xem lại các vấn đề và yêu cầu kéo. Để biết thêm thông tin, hãy xem hướng dẫn dành cho người đóng góp của chúng tôi.