Open
Description
Describe the feature
To avoid using reflection we can create custom destructurers for more exception types. ArgumentExceptionDestructurer
is a good example for how to do this.
- System.AggregateException
- System.BadImageFormatException
- System.Diagnostics.Contracts.ContractException
- System.Globalization.CultureNotFoundException
- System.IO.FileLoadException
- System.IO.FileNotFoundException
- System.MissingFieldException
- System.MissingMemberException
- System.MissingMethodException
- System.NotFiniteNumberException
- System.ObjectDisposedException
- System.Reflection.ReflectionTypeLoadException
- System.Resources.MissingSatelliteAssemblyException
- System.Runtime.CompilerServices.RuntimeWrappedException
- System.Runtime.CompilerServices.SwitchExpressionException
- System.Runtime.InteropServices.ExternalException
- System.Security.SecurityException
- System.Text.DecoderFallbackException
- System.Text.EncoderFallbackException
- System.Threading.AbandonedMutexException
- System.Threading.Tasks.TaskCanceledException
- System.Threading.ThreadAbortException
- System.TypeInitializationException
- System.TypeLoadException
Activity