ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/HostUpdateSharp/HostUpdateSharp.cs
(Generate patch)

Comparing HostUpdateSharp/HostUpdateSharp.cs (file contents):
Revision 106 by Douglas Thrift, 2004-03-02T14:08:44-08:00 vs.
Revision 108 by Douglas Thrift, 2004-03-02T14:57:46-08:00

# Line 33 | Line 33 | public class HostUpdateSharp
33                  {
34                          new HostUpdateSharp();
35                  }
36 <                catch (Exception exception) { Console.Error.WriteLine(exception); }
36 >                catch (Exception exception)
37 >                {
38 >                        Console.Error.WriteLine(exception);
39 >                        Environment.Exit(1);
40 >                }
41          }
42          public HostUpdateSharp()
43          {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines