WebBrowserExtensions.ThrowExceptionIfFrameNull Method (original) (raw)
EvaluateScriptAsPromiseAsync Method
ExecuteScriptAsyncWhenPageLoaded Method
GetScriptForJavascriptMethodWithArgs Method
RegisterResourceHandler Method
ThrowExceptionIfBrowserHostNull Method
ThrowExceptionIfBrowserNull Method
ThrowExceptionIfCanExecuteJavascriptInMainFrameFalse Method
ThrowExceptionIfChromiumWebBrowserDisposed Method
ThrowExceptionIfFrameNull Method
UnRegisterResourceHandler Method
WebBrowserExtensionsThrowExceptionIfFrameNull Method
Version 118.6.80
Throw exception if frame null.
Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntax
public static void ThrowExceptionIfFrameNull( IFrame frame )
public: static void ThrowExceptionIfFrameNull( IFrame^ frame )
Parameters
frame
Type: CefSharpIFrame
The instance this method extends.
Exceptions
Exception | Condition |
---|---|
Exception | Thrown when an exception error condition occurs. |
See Also