WebBrowserExtensionsThrowExceptionIfFrameNull Method |
Version 111.2.70
Throw exception if frame null.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 111.2.70.0 (111.2.70.0)
Syntaxpublic 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