ForNeVeR / xaml-math

A collection of .NET libraries for rendering mathematical formulae using the LaTeX typesetting style, for the WPF and Avalonia XAML-based frameworks
MIT License
634 stars 100 forks source link

Inside `MainViewModel.Export()`, exception handling was made using a more specific exception type #466

Closed Lehonti closed 10 months ago

Lehonti commented 10 months ago

This helps us get rid of the awkward variable assignment inside the try block, and we can just assign the variable directly

Lehonti commented 10 months ago

Sure, we can do that. See if you like the updated version better