EClrUnhandledException Enumeration
Describes the available options for managing exceptions that are unhandled in user code.
Syntax
typedef enum {
eRuntimeDeterminedPolicy,
eHostDeterminedPolicy
} EClrUnhandledException;
Members
Member | Description |
---|---|
eRuntimeDeterminedPolicy |
Specifies that the default behavior occurs. The process is torn down. |
eHostDeterminedPolicy |
Specifies that the common language runtime (CLR) ignores unhandled exceptions and lets the host determine any further action. |
Remarks
To specify that the CLR behave like earlier versions, use the eHostDeterminedPolicy
member.
Requirements
Platforms: See System Requirements.
Header: MSCorEE.h
Library: MSCorEE.dll
.NET Framework Versions: Available since 2.0
See also
GitHub पर हमारे साथ सहयोग करें
इस सामग्री का स्रोत GitHub पर पाया जा सकता है, जहाँ आप समस्याएँ बना और समीक्षा भी कर सकते हैं और अनुरोध खींच सकते हैं. अधिक जानकारी के लिए, हमारे योगदानकर्ता गाइड देखें.