mirror of
https://github.com/JuniorDark/RustyHearts-Launcher.git
synced 2026-05-07 05:21:44 -04:00
Version 1.2.0
This commit is contained in:
parent
9b3a0e00a2
commit
e74d93fab9
83 changed files with 110087 additions and 47507 deletions
|
|
@ -1,4 +1,4 @@
|
|||
using RHLauncher.Helper;
|
||||
using RHLauncher.RHLauncher.i8n;
|
||||
|
||||
namespace RHLauncher.RHLauncher.Helper
|
||||
{
|
||||
|
|
@ -6,8 +6,8 @@ namespace RHLauncher.RHLauncher.Helper
|
|||
{
|
||||
public static void HandleException(Exception ex, Exception exlog)
|
||||
{
|
||||
string errorMessage = $"Error: {ex.Message}";
|
||||
string errorLog = $"Error:{ex.Message} {Environment.NewLine} {exlog.Message}";
|
||||
string errorMessage = $"{LocalizedStrings.Error}: {ex.Message}";
|
||||
string errorLog = $"{LocalizedStrings.Error}: {ex.Message} {Environment.NewLine} {exlog.Message}";
|
||||
Logger.WriteLog(errorLog);
|
||||
MsgBoxForm.Show(errorMessage, LocalizedStrings.Error);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue