Skip to content
This repository was archived by the owner on Nov 1, 2020. It is now read-only.
This repository was archived by the owner on Nov 1, 2020. It is now read-only.

Add System.SystemException and missing derivations from System.SystemException #2040

@sepidehkh

Description

@sepidehkh

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions