-
Bug
-
Resolution: Done
-
Critical
-
4.11.0, 4.6.1.CP05
-
None
Using exceptions for logic is a performance bottleneck.
if (txs != null)
{
try
catch (EmptyStackException e)
{
}
}