diff --git a/FreeMove/ProgressDialog.cs b/FreeMove/ProgressDialog.cs index 65829dd..0798490 100644 --- a/FreeMove/ProgressDialog.cs +++ b/FreeMove/ProgressDialog.cs @@ -62,7 +62,7 @@ private bool MoveFolder(string source, string destination, bool doNotReplace) catch (UnauthorizedAccessException ex) { switch((DialogResult)Invoke(new Func - (() => MessageBox.Show(this, String.Format(Properties.Resources.ErrorUnauthorizedMoveMessage , ex.Message),"Error while moving contents", MessageBoxButtons.AbortRetryIgnore, MessageBoxIcon.Error,MessageBoxDefaultButton.Button2)))) + (() => MessageBox.Show(this, String.Format(Properties.Resources.ErrorUnauthorizedMoveMessage , ex.Message),"Error while moving contents\n Unauthorized Access Exception", MessageBoxButtons.AbortRetryIgnore, MessageBoxIcon.Error,MessageBoxDefaultButton.Button2)))) { default: case DialogResult.Abort: