Click or drag to resize

WebBrowserExtensions.ThrowExceptionIfBrowserHostNull Method

Version 110.0.300
Throw exception if browser host null.

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