Click or drag to resize

WebBrowserExtensions.ThrowExceptionIfBrowserHostNull Method

Version 105.3.390
Throw exception if browser host null.

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

Parameters

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