Exception format cleanup subset (dotnet/coreclr#25185)
commit5dee50f30c3fc63d899c2c18b48910fa34402e42
authorDan Moseley <danmose@microsoft.com>
Wed, 19 Jun 2019 08:28:30 +0000 (19 01:28 -0700)
committerMarek Safar <marek.safar@gmail.com>
Fri, 21 Jun 2019 06:34:24 +0000 (21 08:34 +0200)
tree4d9fe984ccbb1303e415dc8411e074bae2af3529
parentad90ebd3abf06a33174ebf0979950025e7381f50
Exception format cleanup subset (dotnet/coreclr#25185)

* Change ArgumentException message to one line

* Disable 2 tests

* Remove duplication in AggregateException.ToString()

* Inner exceptions on new lines

* Caps letter

* Typo

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
netcore/System.Private.CoreLib/shared/System/AggregateException.cs
netcore/System.Private.CoreLib/shared/System/ArgumentException.cs
netcore/System.Private.CoreLib/shared/System/BadImageFormatException.cs
netcore/System.Private.CoreLib/shared/System/Exception.cs
netcore/System.Private.CoreLib/shared/System/IO/FileLoadException.cs
netcore/System.Private.CoreLib/shared/System/IO/FileNotFoundException.cs
netcore/System.Private.CoreLib/shared/System/Runtime/InteropServices/COMException.cs
netcore/System.Private.CoreLib/shared/System/Runtime/InteropServices/ExternalException.cs