WebBrowserExtensions.ThrowExceptionIfBrowserNull Method (original) (raw)
WebBrowserExtensionsThrowExceptionIfBrowserNull Method
Version 118.6.80
An IBrowser extension method that throw exception if browser null.
Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntax
public static void ThrowExceptionIfBrowserNull( IBrowser browser )
public: static void ThrowExceptionIfBrowserNull( IBrowser^ browser )
Parameters
browser
Type: CefSharpIBrowser
The ChromiumWebBrowser instance this method extends.
Exceptions
Exception | Condition |
---|---|
Exception | Thrown when an exception error condition occurs. |
See Also