CoreWebView2ExecuteScriptResult.Exception Property

Definition

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

Property Value

Applies to