CoreWebView2ExecuteScriptResult.Exception 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.
If Succeeded is false, you can use this property to get the unhandled exception thrown by script execution
public Microsoft.Web.WebView2.Core.CoreWebView2ScriptException Exception { get; }
member this.Exception : Microsoft.Web.WebView2.Core.CoreWebView2ScriptException
Public ReadOnly Property Exception As CoreWebView2ScriptException