aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'source/WindowsFormsApplication1/Program.cs')
-rw-r--r--source/WindowsFormsApplication1/Program.cs16
1 files changed, 8 insertions, 8 deletions
diff --git a/source/WindowsFormsApplication1/Program.cs b/source/WindowsFormsApplication1/Program.cs
index af294db..e6c4c23 100644
--- a/source/WindowsFormsApplication1/Program.cs
+++ b/source/WindowsFormsApplication1/Program.cs
@@ -40,10 +40,10 @@ namespace ShiftOS
int port = Convert.ToInt32(addSplitter[1]);
Package_Grabber.ConnectToServer(host, port);
}
- catch
- {
-
- }
+ catch (Exception catcherror)
+ {
+ Console.WriteLine(catcherror);
+ }
}
}
catch
@@ -129,10 +129,10 @@ namespace ShiftOS
}
}
}
- catch
- {
-
- }
+ catch (Exception e)
+ {
+ Console.WriteLine(e);
+ }
}