Click or drag to resize

ChromiumWebBrowserBrowserNotInitializedExceptionErrorMessage Field

Version 94.4.20

[Missing <summary> documentation for "F:CefSharp.WinForms.ChromiumWebBrowser.BrowserNotInitializedExceptionErrorMessage"]

Namespace:  CefSharp.WinForms
Assembly:  CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public const string BrowserNotInitializedExceptionErrorMessage = "The ChromiumWebBrowser instance creates the underlying Chromium Embedded Framework (CEF) browser instance in an async fashion. The undelying CefBrowser instance is not yet initialized. Use the IsBrowserInitializedChanged event and check the IsBrowserInitialized property to determine when the browser has been initialized."

Field Value

Type: String
See Also