Nullable: All remaining exceptions (dotnet/coreclr#23676)
authorSantiago Fernandez Madero <safern@microsoft.com>
Wed, 3 Apr 2019 18:50:58 +0000 (11:50 -0700)
committerGitHub <noreply@github.com>
Wed, 3 Apr 2019 18:50:58 +0000 (11:50 -0700)
commit6d988443b09ad0be8cc5fac9fd4822dac3a3e873
treee3f9016222ea7712a4ce68d7c0266d0738f04018
parentc577e125e7a826516083972c1c679f67364b030c
Nullable: All remaining exceptions (dotnet/coreclr#23676)

* Nullable: All remaining exceptions

* Fix build break and PR Feedback

Commit migrated from https://github.com/dotnet/coreclr/commit/cdcca0380f3b236c80bebd84acbcee84d76ea6cf
36 files changed:
src/coreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/WindowsRuntime/ExceptionSupport.cs
src/coreclr/src/System.Private.CoreLib/src/System/IO/FileLoadException.CoreCLR.cs
src/coreclr/src/System.Private.CoreLib/src/System/IO/FileNotFoundException.CoreCLR.cs
src/libraries/System.Private.CoreLib/src/Internal/Resources/PRIExceptionInfo.cs
src/libraries/System.Private.CoreLib/src/System/Collections/Generic/KeyNotFoundException.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Contracts/ContractException.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventSourceException.cs
src/libraries/System.Private.CoreLib/src/System/IO/DirectoryNotFoundException.cs
src/libraries/System.Private.CoreLib/src/System/IO/EndOfStreamException.cs
src/libraries/System.Private.CoreLib/src/System/IO/FileLoadException.cs
src/libraries/System.Private.CoreLib/src/System/IO/FileNotFoundException.cs
src/libraries/System.Private.CoreLib/src/System/IO/IOException.cs
src/libraries/System.Private.CoreLib/src/System/IO/PathTooLongException.cs
src/libraries/System.Private.CoreLib/src/System/Reflection/AmbiguousMatchException.cs
src/libraries/System.Private.CoreLib/src/System/Reflection/CustomAttributeFormatException.cs
src/libraries/System.Private.CoreLib/src/System/Reflection/InvalidFilterCriteriaException.cs
src/libraries/System.Private.CoreLib/src/System/Reflection/ReflectionTypeLoadException.cs
src/libraries/System.Private.CoreLib/src/System/Reflection/TargetException.cs
src/libraries/System.Private.CoreLib/src/System/Reflection/TargetInvocationException.cs
src/libraries/System.Private.CoreLib/src/System/Reflection/TargetParameterCountException.cs
src/libraries/System.Private.CoreLib/src/System/Resources/MissingManifestResourceException.cs
src/libraries/System.Private.CoreLib/src/System/Resources/MissingSatelliteAssemblyException.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/AmbiguousImplementationException.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeWrappedException.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/ExceptionServices/ExceptionDispatchInfo.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/ExceptionServices/ExceptionNotification.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/COMException.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ExternalException.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/InvalidComObjectException.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/InvalidOleVariantTypeException.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/MarshalDirectiveException.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/SEHException.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/SafeArrayRankMismatchException.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/SafeArrayTypeMismatchException.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Serialization/DeserializationBlockedException.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/Serialization/SerializationException.cs