नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Provides methods that allow the host to configure custom stack dumps for error reporting.
Methods
| Method | Description |
|---|---|
| BeginCustomDump Method | Specifies the configuration of custom stack dumps for error reporting. |
| EndCustomDump Method | Clears the custom stack dump configuration that was set by an earlier call to BeginCustomDump. |
| GetBucketParametersForCurrentException Method | Gets the Watson bucket for the current exception on the calling thread. |
Remarks
The BeginCustomDump method sets custom stack dump configuration. The EndCustomDump method clears the custom stack dump configuration and frees any associated state. It should be called after the custom dump is complete.
Important
Failure to call EndCustomDump causes memory to leak.
Requirements
Platforms: See System Requirements.
Header: MSCorEE.h
Library: Included as a resource in MSCorEE.dll
.NET Framework Versions: Available since 2.0