Improve fatal err msg (#24390)
authorDan Moseley <danmose@microsoft.com>
Sun, 2 Jun 2019 13:53:55 +0000 (06:53 -0700)
committerGitHub <noreply@github.com>
Sun, 2 Jun 2019 13:53:55 +0000 (06:53 -0700)
commitb0381d7bf05cc4a342eb1f7fa33d17885f47d999
treeff9e193f3a453a65c4639677f8fe0617b561c484
parent6d783b29087b5f260c9a64f347867bf6f6391bfe
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
src/System.Private.CoreLib/shared/System/Diagnostics/DebugProvider.Unix.cs
src/System.Private.CoreLib/shared/System/Diagnostics/DebugProvider.Windows.cs
src/System.Private.CoreLib/shared/System/Diagnostics/DebugProvider.cs
src/dlls/mscorrc/mscorrc.rc
src/pal/src/include/pal/palinternal.h
src/vm/comutilnative.cpp
src/vm/eepolicy.cpp
src/vm/eepolicy.h
src/vm/eventreporter.cpp
src/vm/excep.cpp
tests/CoreFX/CoreFX.issues.rsp