We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aac58b commit 7882b6aCopy full SHA for 7882b6a
Program.cs
@@ -24,6 +24,7 @@ public static void Main(string[] args)
24
catch (Exception e)
25
{
26
Console.Error.WriteLine(e);
27
+ throw;
28
}
29
30
0 commit comments