Find & replace Exception.SetErrorCode with Exception.HResult setter (#10810)
authorJan Kotas <jkotas@microsoft.com>
Fri, 7 Apr 2017 23:49:58 +0000 (16:49 -0700)
committerGitHub <noreply@github.com>
Fri, 7 Apr 2017 23:49:58 +0000 (16:49 -0700)
commita66ba16df26f1c8a311e2e2c2923e74f980f21f5
tree8ac77008dbab31b3af84998bd0f80cde72aea2da
parentd2761404e6c1122188c2b8ca23c94e0ebce126cb
Find & replace Exception.SetErrorCode with Exception.HResult setter (#10810)
41 files changed:
src/mscorlib/shared/System/TypeUnloadedException.cs
src/mscorlib/src/System/AppDomainUnloadedException.cs
src/mscorlib/src/System/ArgumentOutOfRangeException.cs
src/mscorlib/src/System/BadImageFormatException.cs
src/mscorlib/src/System/DllNotFoundException.cs
src/mscorlib/src/System/Exception.cs
src/mscorlib/src/System/IO/DirectoryNotFoundException.cs
src/mscorlib/src/System/IO/DriveNotFoundException.cs
src/mscorlib/src/System/IO/EndOfStreamException.cs
src/mscorlib/src/System/IO/FileLoadException.CoreCLR.cs
src/mscorlib/src/System/IO/FileNotFoundException.CoreCLR.cs
src/mscorlib/src/System/IO/IOException.cs
src/mscorlib/src/System/IO/PathTooLongException.cs
src/mscorlib/src/System/InsufficientMemoryException.cs
src/mscorlib/src/System/MissingFieldException.cs
src/mscorlib/src/System/MissingMemberException.cs
src/mscorlib/src/System/MissingMethodException.cs
src/mscorlib/src/System/OperationCanceledException.cs
src/mscorlib/src/System/OutOfMemoryException.cs
src/mscorlib/src/System/Resources/MissingManifestResourceException.cs
src/mscorlib/src/System/Resources/MissingSatelliteAssemblyException.cs
src/mscorlib/src/System/Runtime/CompilerServices/RuntimeWrappedException.cs
src/mscorlib/src/System/Runtime/InteropServices/COMException.cs
src/mscorlib/src/System/Runtime/InteropServices/ExternalException.cs
src/mscorlib/src/System/Runtime/InteropServices/InvalidComObjectException.cs
src/mscorlib/src/System/Runtime/InteropServices/InvalidOleVariantTypeException.cs
src/mscorlib/src/System/Runtime/InteropServices/MarshalDirectiveException.cs
src/mscorlib/src/System/Runtime/InteropServices/SEHException.cs
src/mscorlib/src/System/Runtime/InteropServices/SafeArrayRankMismatchException.cs
src/mscorlib/src/System/Runtime/InteropServices/SafeArrayTypeMismatchException.cs
src/mscorlib/src/System/Runtime/Serialization/SerializationException.cs
src/mscorlib/src/System/Security/VerificationException.cs
src/mscorlib/src/System/Text/DecoderExceptionFallback.cs
src/mscorlib/src/System/Text/EncoderExceptionFallback.cs
src/mscorlib/src/System/Threading/AbandonedMutexException.cs
src/mscorlib/src/System/Threading/SynchronizationLockException.cs
src/mscorlib/src/System/Threading/ThreadInterruptedException.cs
src/mscorlib/src/System/Threading/ThreadStartException.cs
src/mscorlib/src/System/Threading/ThreadStateException.cs
src/mscorlib/src/System/Threading/WaitHandleCannotBeOpenedException.cs
src/mscorlib/src/System/TypeLoadException.cs