Nullable: Annotate remaining System.*Exception (dotnet/coreclr#23585)
commit6daecf7f1845aa54a1be92112f84e9ac78e507eb
authorSantiago Fernandez Madero <safern@microsoft.com>
Mon, 1 Apr 2019 21:10:13 +0000 (1 14:10 -0700)
committerdotnet-bot <anirudhagnihotry098@gmail.com>
Tue, 9 Apr 2019 20:22:59 +0000 (9 13:22 -0700)
tree296c49a4e369ed11705e69f184075ab8ab657c30
parent1e0dc722ccdc0853f240f59ae8aafc4b016b1ec7
Nullable: Annotate remaining System.*Exception (dotnet/coreclr#23585)

* Nullable: Annotate remaining System.*Exception

* PR feedback

Signed-off-by: dotnet-bot <anirudhagnihotry098@gmail.com>
46 files changed:
netcore/System.Private.CoreLib/shared/System/AccessViolationException.cs
netcore/System.Private.CoreLib/shared/System/AggregateException.cs
netcore/System.Private.CoreLib/shared/System/ApplicationException.cs
netcore/System.Private.CoreLib/shared/System/ArithmeticException.cs
netcore/System.Private.CoreLib/shared/System/ArrayTypeMismatchException.cs
netcore/System.Private.CoreLib/shared/System/BadImageFormatException.cs
netcore/System.Private.CoreLib/shared/System/CannotUnloadAppDomainException.cs
netcore/System.Private.CoreLib/shared/System/DataMisalignedException.cs
netcore/System.Private.CoreLib/shared/System/DivideByZeroException.cs
netcore/System.Private.CoreLib/shared/System/DllNotFoundException.cs
netcore/System.Private.CoreLib/shared/System/DuplicateWaitObjectException.cs
netcore/System.Private.CoreLib/shared/System/EntryPointNotFoundException.cs
netcore/System.Private.CoreLib/shared/System/ExecutionEngineException.cs
netcore/System.Private.CoreLib/shared/System/FieldAccessException.cs
netcore/System.Private.CoreLib/shared/System/FormatException.cs
netcore/System.Private.CoreLib/shared/System/IndexOutOfRangeException.cs
netcore/System.Private.CoreLib/shared/System/InsufficientExecutionStackException.cs
netcore/System.Private.CoreLib/shared/System/InsufficientMemoryException.cs
netcore/System.Private.CoreLib/shared/System/InvalidCastException.cs
netcore/System.Private.CoreLib/shared/System/InvalidOperationException.cs
netcore/System.Private.CoreLib/shared/System/InvalidProgramException.cs
netcore/System.Private.CoreLib/shared/System/InvalidTimeZoneException.cs
netcore/System.Private.CoreLib/shared/System/MemberAccessException.cs
netcore/System.Private.CoreLib/shared/System/MethodAccessException.cs
netcore/System.Private.CoreLib/shared/System/MissingFieldException.cs
netcore/System.Private.CoreLib/shared/System/MissingMemberException.cs
netcore/System.Private.CoreLib/shared/System/MissingMethodException.cs
netcore/System.Private.CoreLib/shared/System/MulticastNotSupportedException.cs
netcore/System.Private.CoreLib/shared/System/NotFiniteNumberException.cs
netcore/System.Private.CoreLib/shared/System/NotImplementedException.cs
netcore/System.Private.CoreLib/shared/System/NotSupportedException.cs
netcore/System.Private.CoreLib/shared/System/NullReferenceException.cs
netcore/System.Private.CoreLib/shared/System/ObjectDisposedException.cs
netcore/System.Private.CoreLib/shared/System/OperationCanceledException.cs
netcore/System.Private.CoreLib/shared/System/OutOfMemoryException.cs
netcore/System.Private.CoreLib/shared/System/OverflowException.cs
netcore/System.Private.CoreLib/shared/System/PlatformNotSupportedException.cs
netcore/System.Private.CoreLib/shared/System/RankException.cs
netcore/System.Private.CoreLib/shared/System/StackOverflowException.cs
netcore/System.Private.CoreLib/shared/System/TimeZoneNotFoundException.cs
netcore/System.Private.CoreLib/shared/System/TimeoutException.cs
netcore/System.Private.CoreLib/shared/System/TypeAccessException.cs
netcore/System.Private.CoreLib/shared/System/TypeInitializationException.cs
netcore/System.Private.CoreLib/shared/System/TypeLoadException.cs
netcore/System.Private.CoreLib/shared/System/TypeUnloadedException.cs
netcore/System.Private.CoreLib/shared/System/UnauthorizedAccessException.cs