CoreWebView2CrashReport Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides crash signature data captured at the moment of process failure.
CrashReport is null when the failure did not produce a crash report
(normal exit, external kill, launch failure, hang). Host apps should
always check for null before accessing properties.
public class CoreWebView2CrashReport
type CoreWebView2CrashReport = class
Public Class CoreWebView2CrashReport
- Inheritance
-
CoreWebView2CrashReport
Properties
| Name | Description |
|---|---|
| BucketId |
Crash bucket identifier assigned by Microsoft's crash telemetry service. Returned as a 32-character hex string. Empty when no bucket was assigned: crash data was not uploaded to Microsoft's telemetry service (custom crash reporting enabled), or no response was received from the telemetry service (network throttled or unavailable). |
| CrashReportId |
The unique identifier (UUID) for this crash report. Use this to locate the
corresponding dump file in |
| ExceptionCode |
The Windows exception code for the failure, e.g. |
| FaultingModuleName |
Basename of the module containing the faulting instruction,
e.g. |
| FaultingModuleVersion |
Version of the faulting module, e.g. |
| FaultOffset |
Relative virtual address (RVA) of the faulting instruction within
|
| ReportTime |
Time the crash report was recorded, as a Windows FILETIME value
(100-nanosecond intervals since Jan 1 1601 UTC). |