ICLRErrorReportingManager Interface
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
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.