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 d633750 commit c8d725fCopy full SHA for c8d725f
CefSharp.Wpf/ChromiumWebBrowser.cs
@@ -2159,7 +2159,7 @@ public void Load(string url)
2159
{
2160
if (!InternalIsBrowserInitialized())
2161
2162
- throw new Exception("The browser has not been initialized. Load can only be called" +
+ throw new Exception("The browser has not been initialized. Load can only be called " +
2163
"after the underlying CEF browser is initialized (CefLifeSpanHandler::OnAfterCreated).");
2164
}
2165
0 commit comments