Skip to content

Commit d86b448

Browse files
dagedudavid-risney
andauthored
Update specs/ExecuteScriptWithResult.md
Co-authored-by: David Risney <dave@deletethis.net>
1 parent 44baac0 commit d86b448

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/ExecuteScriptWithResult.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ interface ICoreWebView2ExecuteScriptResult : IUnknown {
203203
/// and otherwise returns E_INVALIDARG.
204204
HRESULT TryGetResultAsString([out, retval] LPWSTR* stringResult);
205205

206-
/// If IsSuccess return failed, user can use this interface to get exception to handle,
206+
/// If IsSuccess is false, you can use this property to get the unhandled exception thrown by script execution
207207
/// otherwise return E_INVALIDARG.
208208
[propget] HRESULT Exception(
209209
[out, retval] ICoreWebView2ExecuteScriptException** exception);

0 commit comments

Comments
 (0)