Example #1
0
 private static void i()
 {
     try
     {
         Stack.Push(DoAction.i());
     }
     catch (NfException)
     {
         throw new NfException("Trying to retrieve I outside of loop");
     }
 }