We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efeee63 commit ecae191Copy full SHA for ecae191
specs/CoreWebView2.CreateFromCOMObject.md
@@ -57,7 +57,7 @@ namespace Microsoft.Web.WebView2.Core
57
/// <param name="value">Pointer to the COM object representing the ICoreWebView2 control.</param>
58
/// <returns>Returns a .NET CoreWebView2 object that wraps the COM object.</returns>
59
/// <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>
+ /// <exception cref="InvalidComObjectException">Thrown when the value is not an ICoreWebView2 COM object and cannot be wrapped.</exception>
61
public static CoreWebView2 CreateFromCOMObject(IntPtr value);
62
}
63
0 commit comments