MCPcopy Create free account
hub / github.com/audacity/audacity / Raise

Method Raise

libraries/lib-sqlite-helpers/sqlite/Error.cpp:40–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void sqlite::Error::Raise() const
41{
42 assert(IsError());
43
44 throw SimpleMessageBoxException(
45 ExceptionType::Internal,
46 Verbatim("(%d) %s").Format(GetCode(), GetErrorString()),
47 XO("SQLite3 error"));
48}
49
50int Error::GetCode() const noexcept
51{

Callers 15

ResultClass · 0.80
ShowMethod · 0.80
~HtmlTextHelpDialogMethod · 0.80
OnCloseMethod · 0.80
OpenProjectFromCloudFunction · 0.80
ShowDialogMethod · 0.80
OnManageMacrosFunction · 0.80
OnApplyMacrosPaletteFunction · 0.80
OnTimerMethod · 0.80
ShowSplashScreenMethod · 0.80
OnMenuAboutMethod · 0.80
OnCloseWindowMethod · 0.80

Calls 2

VerbatimFunction · 0.85

Tested by 1

OnIdleMethod · 0.64