Skip to content

Commit ecae191

Browse files
authored
Update CoreWebView2.CreateFromCOMObject.md
1 parent efeee63 commit ecae191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/CoreWebView2.CreateFromCOMObject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ namespace Microsoft.Web.WebView2.Core
5757
/// <param name="value">Pointer to the COM object representing the ICoreWebView2 control.</param>
5858
/// <returns>Returns a .NET CoreWebView2 object that wraps the COM object.</returns>
5959
/// <exception cref="ArgumentNullException">Thrown when the provided COM pointer is null.</exception>
60-
/// <exception cref="InvalidComObjectException">Thrown when the COM object cannot be wrapped.</exception>
60+
/// <exception cref="InvalidComObjectException">Thrown when the value is not an ICoreWebView2 COM object and cannot be wrapped.</exception>
6161
public static CoreWebView2 CreateFromCOMObject(IntPtr value);
6262
}
6363
}

0 commit comments

Comments
 (0)