Tagged Questions

6
votes
1answer
2k views

Method-missing difficulties in C# 4.0: dynamic vs RealProxy

Does anyone know of a way to intercept dynamic method calls (particularly those that are going to raise RuntimeBinderExceptions) with a RealProxy? I was hoping to catch the exception and implement ...