CoreWebView2CrashReport.BucketId Property

Definition

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).

public string BucketId { get; }
member this.BucketId : string
Public ReadOnly Property BucketId As String

Property Value

Applies to