/[dgee]/dgee/examples/math.cs
ViewVC logotype

Diff of /dgee/examples/math.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1.4.1 by npg, Tue Jul 8 00:11:30 2003 UTC revision 1.1.1.1.4.2 by csmith, Sat Aug 30 20:00:55 2003 UTC
# Line 35  namespace MathService Line 35  namespace MathService
35      {      {
36        if (B == 0)        if (B == 0)
37        {        {
38          throw new XmlRpcFaultException(1001, "Divide by zero");          throw new Exception("Divide by zero");
39        }        }
40        return A/B;        return A/B;
41      }      }

Legend:
Removed from v.1.1.1.1.4.1  
changed lines
  Added in v.1.1.1.1.4.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26