WebBrowserExtensions.ThrowExceptionIfFrameNull Method (original) (raw)

CefSharp API Doc

Namespaces

CefSharp

WebBrowserExtensions Class

WebBrowserExtensions Methods

AddWordToDictionary Method

Back Method

CloseDevTools Method

Copy Method

Cut Method

Delete Method

DisposeDevToolsContext Method

EvaluateScriptAsPromiseAsync Method

EvaluateScriptAsync Method

ExecuteScriptAsync Method

ExecuteScriptAsyncWhenPageLoaded Method

Find Method

Forward Method

FreeDevToolsContext Method

GetBrowserHost Method

GetCookieManager Method

GetFocusedFrame Method

GetMainFrame Method

GetRequestContext Method

GetScriptForJavascriptMethodWithArgs Method

GetSourceAsync Method

GetTextAsync Method

GetZoomLevelAsync Method

LoadHtml Method

LoadUrlAsync Method

LoadUrlWithPostData Method

Paste Method

Print Method

PrintToPdfAsync Method

Redo Method

RegisterAsyncJsObject Method

RegisterJsObject Method

RegisterResourceHandler Method

Reload Method

ReplaceMisspelling Method

SelectAll Method

SendMouseClickEvent Method

SendMouseMoveEvent Method

SendMouseWheelEvent Method

SetAsPopup Method

SetZoomLevel Method

ShowDevTools Method

StartDownload Method

Stop Method

StopFinding Method

ThrowExceptionIfBrowserHostNull Method

ThrowExceptionIfBrowserNull Method

ThrowExceptionIfCanExecuteJavascriptInMainFrameFalse Method

ThrowExceptionIfChromiumWebBrowserDisposed Method

ThrowExceptionIfFrameNull Method

Undo Method

UnRegisterResourceHandler Method

ViewSource Method

WaitForNavigationAsync Method

WaitForSelectorAsync Method

Click or drag to resizeClick or drag to resize

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

C#

C++

Copy

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

Reference

WebBrowserExtensions Class

CefSharp Namespace

CefSharpIFrame