- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
try
{
// A lot of code
}
catch (Exception &exception)
{
Application->ShowException(&exception);
}
catch (...)
{
try
{
throw Exception("");
}
catch (Exception &exception)
{
Application->ShowException(&exception);
}
}
rat4 01.07.2011 08:29 # 0
guest 01.07.2011 10:18 # +1
Xom94ok 01.07.2011 14:18 # −2
absolut 01.07.2011 14:40 # 0
bugmenot 01.07.2011 15:07 # 0
absolut 01.07.2011 15:35 # −1
LegionDead 01.07.2011 16:35 # 0
guest8 09.04.2019 11:06 # −999