Click or drag to resize

WebBrowserExtensions.ThrowExceptionIfBrowserHostNull Method

Version 112.3.0
Throw exception if browser host null.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 112.3.0.0 (112.3.0.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