Skip to content

1.1.0 - UserFacingException handling

Compare
Choose a tag to compare
@Nick-Lucas Nick-Lucas released this 12 Feb 18:42
· 48 commits to master since this release

There is now a built in approach to handling derivatives of UserFacingException, which until now always bubbled up into your application.

Much like the OnHelpInvoked handler there is now a virtual method and a boolean which help you handle user error.

Full documentation on this new feature is available here