CoreWebView2ProcessFailedEventArgs.CrashReport Property
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.
The CoreWebView2CrashReport for this process failure,
or null if no crash report is available (normal exit, external
kill, launch failure, hang, or crash-type failure that produced no
report).
public Microsoft.Web.WebView2.Core.CoreWebView2CrashReport CrashReport { get; }
member this.CrashReport : Microsoft.Web.WebView2.Core.CoreWebView2CrashReport
Public ReadOnly Property CrashReport As CoreWebView2CrashReport