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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.