The requested operation is invalid for DynamicMethod.
at System.Reflection.Emit.DynamicILGenerator.BeginExceptFilterBlock()
at Pose.IL.MethodRewriter.EmitILForExceptionHandlers(ILGenerator ilGenerator, Instruction instruction, IReadOnlyCollection`1 handlers)
Stack trace:
As per the documentation it should be possible to implement this using DynamicILInfo.
This issue was found during work on Miista/pose#34