For reasons I don't want to know about, (location.Method.DeclaringType as ITypeDeclaration).Translate() as called in ExceptionFinderView.cs on line 47 will return null. This has been bothering me s...
C# doesn't emit fault and filter blocks (to the best of my knowledge) but they are supported at the IL level. Try to emit code that has these and ensure the analyzers can handle them.
I have a little project that (poorly) wraps some C Functions (I needed the old behavior for a project I was playing with). It seems to croak on or about System.ComponentModel.Win32Exception === ...
Object reference not set to an instance of an object. System.NullReferenceException at ExceptionFinder.Extensions.IInstructionExtensions.GetThrownException(IInstruction this) in C:\Toys\.Net\R...
If an exception is explicitly thrown in a finally block (not a good idea, but it can be coded), it will mask any exception thrown in a try block. So...any exceptions that are explicitly thrown in a...
Generate code (based on the user's selection) that has the correct catch blocks with the blocks in the right order.