Click or drag to resize

WebBrowserExtensionsThrowExceptionIfBrowserHostNull Method

Version 102.0.100
Throw exception if browser host null.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public static void ThrowExceptionIfBrowserHostNull(
	IBrowserHost browserHost
)

Parameters

browserHost
Type: CefSharpIBrowserHost
The browser host.
Exceptions
ExceptionCondition
ExceptionThrown when an exception error condition occurs.
See Also