This repository was archived by the owner on Nov 1, 2020. It is now read-only.
Description Related issue on corefx: https://github.com/dotnet/corefx/issues/12198
The following types need to inherit from base type System.SystemException:
System.ArgumentException
System.ArgumentNullException
System.ArgumentOutOfRangeException
System.ArithmeticException
System.ArrayTypeMismatchException
System.BadImageFormatException
System.DivideByZeroException
System.FieldAccessException
System.FormatException
System.IndexOutOfRangeException
System.InsufficientExecutionStackException
System.InvalidCastException
System.InvalidOperationException
System.InvalidProgramException
System.MemberAccessException
System.MethodAccessException
System.MissingFieldException
System.MissingMemberException
System.MissingMethodException
System.NotImplementedException
System.NotSupportedException
System.NullReferenceException
System.ObjectDisposedException
System.OutOfMemoryException
System.OverflowException
System.PlatformNotSupportedException
System.RankException
System.TimeoutException
System.TypeAccessException
System.TypeInitializationException
System.TypeLoadException
System.UnauthorizedAccessException
System.UriFormatException
System.Collections.Generic.KeyNotFoundException
System.Globalization.CultureNotFoundException
System.IO.DirectoryNotFoundException
System.IO.FileLoadException
System.IO.FileNotFoundException
System.IO.IOException
System.IO.PathTooLongException
System.Reflection.CustomAttributeFormatException
System.Runtime.Serialization.SerializationException
System.Text.DecoderFallbackException
System.Text.EncoderFallbackException
System.IO.EndOfStreamException
System.OperationCanceledException
System.Threading.Tasks.TaskCanceledException
Reactions are currently unavailable
Related issue on corefx: https://github.com/dotnet/corefx/issues/12198
The following types need to inherit from base type
System.SystemException: