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