| ChromiumWebBrowserBrowserNotInitializedExceptionErrorMessage Field | 
[Missing <summary> documentation for "F:CefSharp.OffScreen.ChromiumWebBrowser.BrowserNotInitializedExceptionErrorMessage"]
Namespace: CefSharp.OffScreen
 Syntax
Syntaxpublic 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."
 See Also
See Also