WebBrowserExtensionsThrowExceptionIfBrowserHostNull Method  | 
Version 104.4.240 
            Throw exception if browser host null.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic static void ThrowExceptionIfBrowserHostNull(
	IBrowserHost browserHost
)
public:
static void ThrowExceptionIfBrowserHostNull(
	IBrowserHost^ browserHost
)
Parameters
- browserHost
 - Type: CefSharpIBrowserHost
The browser host. 
Exceptions| Exception | Condition | 
|---|
| Exception | Thrown when an exception error condition occurs. | 
See Also