summaryrefslogtreecommitdiff
path: root/src/dlls
diff options
context:
space:
mode:
authorDan Moseley <danmose@microsoft.com>2019-06-02 06:53:55 -0700
committerGitHub <noreply@github.com>2019-06-02 06:53:55 -0700
commitb0381d7bf05cc4a342eb1f7fa33d17885f47d999 (patch)
treeff9e193f3a453a65c4639677f8fe0617b561c484 /src/dlls
parent6d783b29087b5f260c9a64f347867bf6f6391bfe (diff)
downloadcoreclr-b0381d7bf05cc4a342eb1f7fa33d17885f47d999.tar.gz
coreclr-b0381d7bf05cc4a342eb1f7fa33d17885f47d999.tar.bz2
coreclr-b0381d7bf05cc4a342eb1f7fa33d17885f47d999.zip
Improve fatal err msg (#24390)
* Improve fatal err msg * Match SO format * a * Remove dead define * More adjustments to ex msg * And PAL * Remove special case for SOE * Remove excess Debug.Assert newline * Remove excess newline * typo * New format * Remove DebugProvider redundancy * Adjustments * Remove preceding newline * Make other SOE and OOM consistent * Tidy up assertion msg * Fix missing newline after inner exception divider * CR when no inner exception * ToString never CR terminated * disable corefx tests temporarily
Diffstat (limited to 'src/dlls')
-rw-r--r--src/dlls/mscorrc/mscorrc.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dlls/mscorrc/mscorrc.rc b/src/dlls/mscorrc/mscorrc.rc
index f11d48ad9b..149e096f03 100644
--- a/src/dlls/mscorrc/mscorrc.rc
+++ b/src/dlls/mscorrc/mscorrc.rc
@@ -837,7 +837,7 @@ BEGIN
IDS_EE_STRUCTARRAYTOOLARGE "Array size exceeds addressing limitations."
IDS_EE_TOOMANYFIELDS "Internal limitation: too many fields."
- IDS_EE_UNHANDLED_EXCEPTION "Unhandled Exception:"
+ IDS_EE_UNHANDLED_EXCEPTION "Unhandled exception."
IDS_EE_EXCEPTION_TOSTRING_FAILED "Cannot print exception string because Exception.ToString() failed."
IDS_EE_THREAD_ABORT "Thread was being aborted."