MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / IsExceptionHandled

Method IsExceptionHandled

cpp/iedriver/ScriptException.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45STDMETHODIMP ScriptException::IsExceptionHandled(bool* is_handled) {
46 *is_handled = this->is_exception_handled_;
47 return S_OK;
48}
49
50STDMETHODIMP ScriptException::GetDescription(BSTR* description) {
51 return this->message_.CopyTo(description);

Callers 1

ExecuteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected