Just as there is \"treat warning as errors\" set in our projects to catch early possible problems, I would love to have a runtime exception to catch them early.
I ha
I implemented a solution very similar to the one proposed by Dean Chalk:
TraceListener
PresentationTraceSources.DataBindingSource
Please see the complete solution on GitHub, it includes a demo application and a unit test project.