You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CefSharp/Internals/Partial/ChromiumWebBrowser.Partial.cs
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ public partial class ChromiumWebBrowser
27
27
"the IsBrowserInitialized property to determine when the browser has been initialized.";
28
28
29
29
privateconststringCefInitializeFailedErrorMessage="Cef.Initialize() failed.Check the log file see https://github.com/cefsharp/CefSharp/wiki/Trouble-Shooting#log-file for details.";
30
+
privateconststringCefIsInitializedFalseErrorMessage="Cef.IsInitialized was false!.Check the log file for errors!. See https://github.com/cefsharp/CefSharp/wiki/Trouble-Shooting#log-file for details.";
30
31
31
32
/// <summary>
32
33
/// Used as workaround for issue https://github.com/cefsharp/CefSharp/issues/3021
0 commit comments