Click or drag to resize

WebBrowserExtensionsThrowExceptionIfFrameNull Method

Version 130.1.90
Throw exception if frame null.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public static void ThrowExceptionIfFrameNull(
	IFrame frame
)

Parameters

frame  IFrame
The instance this method extends.
Exceptions
ExceptionCondition
ExceptionThrown when an exception error condition occurs.
See Also