Click or drag to resize

WebBrowserExtensionsThrowExceptionIfBrowserNull Method

Version 112.3.0
An IBrowser extension method that throw exception if browser null.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 112.3.0.0 (112.3.0.0)
Syntax
public static void ThrowExceptionIfBrowserNull(
	IBrowser browser
)

Parameters

browser
Type: CefSharpIBrowser
The ChromiumWebBrowser instance this method extends.
Exceptions
ExceptionCondition
ExceptionThrown when an exception error condition occurs.
See Also