From 7a2575d8ebfe60183739d5bdb3050f0984a770b2 Mon Sep 17 00:00:00 2001 From: ww-rm Date: Mon, 3 Mar 2025 21:40:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A5=E5=BF=97=E6=96=87?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SpineViewer/Dialogs/ProgressDialog.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpineViewer/Dialogs/ProgressDialog.cs b/SpineViewer/Dialogs/ProgressDialog.cs index 91f5c8b..19397ed 100644 --- a/SpineViewer/Dialogs/ProgressDialog.cs +++ b/SpineViewer/Dialogs/ProgressDialog.cs @@ -38,7 +38,7 @@ namespace SpineViewer.Dialogs if (e.Error != null) { Program.Logger.Error(e.Error.ToString()); - MessageBox.Show(e.Error.Message, "执行出错", MessageBoxButtons.OK, MessageBoxIcon.Error); + MessageBox.Show(e.Error.ToString(), "执行出错", MessageBoxButtons.OK, MessageBoxIcon.Error); DialogResult = DialogResult.Abort; } else if (e.Cancelled)