Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

With exception handling in Catel, it is possible to create an exception handling policy and execute code in a safe way without have to check all the exception types manually. Catel exposes this technique via the IExceptionService.

Table of Contents

Also see

Child pages (Children Display)

Setting up the IExceptionService

...