Skip to content

x-skywalker/WpfBindingErrors

 
 

Repository files navigation

Turn WPF binding errors into exceptions

This project demonstrates how you can easily convert WPF binding errors into exception.

Exception show in Visual Studio

All it requires is a single line in your existing code.

Exception show in Visual Studio

Install with NuGet:

PM> Install-Package WpfBindingErrors

https://www.nuget.org/packages/WpfBindingErrors

Content

  1. Project WpfBindingError is a reusable assembly that listens for binding errors.
  2. Project SampleWpfApplication shows how to throw BindingException at runtime.
  3. Project SampleWpfApplicationTests shows how to check binding errors in a unit test project.

Each project contains its own README, please check.

About

Turn WPF Binding errors into exception

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 94.1%
  • Batchfile 5.9%