Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Alexandre Locas 52 posts 219 karma points
    May 10, 2019 @ 14:30
    Alexandre Locas
    0

    Global.asax/OnApplicationError event is not triggered when boot failed error occurs

    Hi, I have setup an OnApplicationError event event that seems to catch "normal" non-handled exceptions except exceptions like these :

    Boot failed: Umbraco cannot run. See Umbraco's log file for more details.
    -> Umbraco.Core.Exceptions.BootFailedException: Boot failed.
    -> System.InvalidOperationException: Unable to resolve type...
    

    These don't go thru UmbracoApplication\OnApplicationError but I need to deal with those too.

    With Umbraco v8 how do we deal with low-level exceptions ?

    Thank you

Please Sign in or register to post replies

Write your reply to:

Draft