@ -40,6 +40,11 @@ public class Program
}
catch (Exception ex)
{
if (ex is HostAbortedException)
throw;
Log.Fatal(ex, "MyCompanyName.MyProjectName.AuthServer terminated unexpectedly!");
return 1;
Log.Fatal(ex, "Host terminated unexpectedly!");
@ -49,6 +49,11 @@ public class Program
@ -43,6 +43,11 @@ public class Program