Exception format cleanup subset (#25185)
authorDan Moseley <danmose@microsoft.com>
Wed, 19 Jun 2019 08:28:30 +0000 (01:28 -0700)
committerGitHub <noreply@github.com>
Wed, 19 Jun 2019 08:28:30 +0000 (01:28 -0700)
commit15ece8e1b587edd35af4c092e30e8666b2d9e66f
treea871066c960475ee87034f52ecd2f8fc9a0be19f
parent70febbad4bbe23326c26480b2848cdfe9fc8450c
Exception format cleanup subset (#25185)

* Change ArgumentException message to one line

* Disable 2 tests

* Remove duplication in AggregateException.ToString()

* Inner exceptions on new lines

* Caps letter

* Typo
src/System.Private.CoreLib/Resources/Strings.resx
src/System.Private.CoreLib/shared/System/AggregateException.cs
src/System.Private.CoreLib/shared/System/ArgumentException.cs
src/System.Private.CoreLib/shared/System/BadImageFormatException.cs
src/System.Private.CoreLib/shared/System/Exception.cs
src/System.Private.CoreLib/shared/System/IO/FileLoadException.cs
src/System.Private.CoreLib/shared/System/IO/FileNotFoundException.cs
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/COMException.cs
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ExternalException.cs
tests/CoreFX/CoreFX.issues.rsp