Synchronize part of System/* with CoreRT (dotnet/coreclr#9259)
authorJan Kotas <jkotas@microsoft.com>
Thu, 2 Feb 2017 04:53:08 +0000 (20:53 -0800)
committerGitHub <noreply@github.com>
Thu, 2 Feb 2017 04:53:08 +0000 (20:53 -0800)
commitcedd4090b9ed19383e1dd5c7ba54c22627e57e26
tree04a456e52e53aac8223376fa0b4602adcb775534
parentebc64f716958bcd088ecac174830d97ff15f0fbf
Synchronize part of System/* with CoreRT (dotnet/coreclr#9259)

Commit migrated from https://github.com/dotnet/coreclr/commit/4718b8638561f26a5dbc6d71eb6ee52612d9c83f
74 files changed:
src/coreclr/src/mscorlib/corefx/SR.cs
src/coreclr/src/mscorlib/src/System/AccessViolationException.cs
src/coreclr/src/mscorlib/src/System/Action.cs
src/coreclr/src/mscorlib/src/System/ApplicationException.cs
src/coreclr/src/mscorlib/src/System/ArgumentException.cs
src/coreclr/src/mscorlib/src/System/ArgumentNullException.cs
src/coreclr/src/mscorlib/src/System/ArithmeticException.cs
src/coreclr/src/mscorlib/src/System/ArrayTypeMismatchException.cs
src/coreclr/src/mscorlib/src/System/AsyncCallback.cs
src/coreclr/src/mscorlib/src/System/AttributeTargets.cs
src/coreclr/src/mscorlib/src/System/CLSCompliantAttribute.cs
src/coreclr/src/mscorlib/src/System/CharEnumerator.cs
src/coreclr/src/mscorlib/src/System/DataMisalignedException.cs
src/coreclr/src/mscorlib/src/System/DateTimeKind.cs
src/coreclr/src/mscorlib/src/System/DayOfWeek.cs
src/coreclr/src/mscorlib/src/System/DivideByZeroException.cs
src/coreclr/src/mscorlib/src/System/DuplicateWaitObjectException.cs
src/coreclr/src/mscorlib/src/System/EntryPointNotFoundException.cs
src/coreclr/src/mscorlib/src/System/EventArgs.cs
src/coreclr/src/mscorlib/src/System/EventHandler.cs
src/coreclr/src/mscorlib/src/System/ExecutionEngineException.cs
src/coreclr/src/mscorlib/src/System/FieldAccessException.cs
src/coreclr/src/mscorlib/src/System/FlagsAttribute.cs
src/coreclr/src/mscorlib/src/System/FormatException.cs
src/coreclr/src/mscorlib/src/System/FormattableString.cs
src/coreclr/src/mscorlib/src/System/IAsyncResult.cs
src/coreclr/src/mscorlib/src/System/IComparable.cs
src/coreclr/src/mscorlib/src/System/IConvertible.cs
src/coreclr/src/mscorlib/src/System/ICustomFormatter.cs
src/coreclr/src/mscorlib/src/System/IDisposable.cs
src/coreclr/src/mscorlib/src/System/IEquatable.cs
src/coreclr/src/mscorlib/src/System/IFormatProvider.cs
src/coreclr/src/mscorlib/src/System/IFormattable.cs
src/coreclr/src/mscorlib/src/System/IObservable.cs
src/coreclr/src/mscorlib/src/System/IObserver.cs
src/coreclr/src/mscorlib/src/System/IProgress.cs
src/coreclr/src/mscorlib/src/System/IndexOutOfRangeException.cs
src/coreclr/src/mscorlib/src/System/InsufficientExecutionStackException.cs
src/coreclr/src/mscorlib/src/System/InvalidCastException.cs
src/coreclr/src/mscorlib/src/System/InvalidOperationException.cs
src/coreclr/src/mscorlib/src/System/InvalidProgramException.cs
src/coreclr/src/mscorlib/src/System/InvalidTimeZoneException.cs
src/coreclr/src/mscorlib/src/System/MarshalByRefObject.cs
src/coreclr/src/mscorlib/src/System/MemberAccessException.cs
src/coreclr/src/mscorlib/src/System/MethodAccessException.cs
src/coreclr/src/mscorlib/src/System/MidpointRounding.cs
src/coreclr/src/mscorlib/src/System/MulticastNotSupportedException.cs
src/coreclr/src/mscorlib/src/System/NotFiniteNumberException.cs
src/coreclr/src/mscorlib/src/System/NotImplementedException.cs
src/coreclr/src/mscorlib/src/System/NotSupportedException.cs
src/coreclr/src/mscorlib/src/System/NullReferenceException.cs
src/coreclr/src/mscorlib/src/System/ObjectDisposedException.cs
src/coreclr/src/mscorlib/src/System/ObsoleteAttribute.cs
src/coreclr/src/mscorlib/src/System/OverflowException.cs
src/coreclr/src/mscorlib/src/System/ParamArrayAttribute.cs
src/coreclr/src/mscorlib/src/System/PlatformNotSupportedException.cs
src/coreclr/src/mscorlib/src/System/Progress.cs
src/coreclr/src/mscorlib/src/System/RankException.cs
src/coreclr/src/mscorlib/src/System/StackOverflowException.cs
src/coreclr/src/mscorlib/src/System/StringComparison.cs
src/coreclr/src/mscorlib/src/System/StringSplitOptions.cs
src/coreclr/src/mscorlib/src/System/SystemException.cs
src/coreclr/src/mscorlib/src/System/ThreadAttributes.cs
src/coreclr/src/mscorlib/src/System/ThreadStaticAttribute.cs
src/coreclr/src/mscorlib/src/System/TimeZoneNotFoundException.cs
src/coreclr/src/mscorlib/src/System/TimeoutException.cs
src/coreclr/src/mscorlib/src/System/TupleExtensions.cs
src/coreclr/src/mscorlib/src/System/TypeAccessException.cs
src/coreclr/src/mscorlib/src/System/TypeCode.cs
src/coreclr/src/mscorlib/src/System/TypeInitializationException.cs
src/coreclr/src/mscorlib/src/System/UnauthorizedAccessException.cs
src/coreclr/src/mscorlib/src/System/UnhandledExceptionEventArgs.cs
src/coreclr/src/mscorlib/src/System/UnhandledExceptionEventHandler.cs
src/coreclr/src/mscorlib/src/System/Void.cs