Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6207701
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T05:40:46+00:00 2026-05-24T05:40:46+00:00

Problem : When I use the Order property of the HandleError attribute, the highest

  • 0

Problem: When I use the Order property of the HandleError attribute, the highest order number gets applied first, as opposed to the lowest first.

Details

I want to set up my controller to handle exceptions in this way:

  • if the type of the exception is CustomException, use the “CustomError” view.
  • otherwise, use the default “Error” view.

Using the default MVC project template, I’ve done the following:

  • Removed the HandleErrorAttribute from the global filters.
  • Turned Custom Errors on in the web.config.

Then I add these attributes to the HomeController class:

[HandleError(ExceptionType = typeof(Exception), View = "Error")]
[HandleError(ExceptionType = typeof(CustomException), View = "CustomError")]

And this works fine – if a CustomException is thrown, the “CustomError” view is shown; if an Exception is thrown, the “Error” view is shown.

However, I thought the Order property on the HandleError attribute would make things more explicit. From the MSDN page:

The greater the integer value is, the lower the priority of the filter
is.

From this, I would have thought that the following code would cause the “Error” view to be shown in all circumstances:

[HandleError(Order = 1, ExceptionType = typeof(Exception), View = "Error")]
[HandleError(Order = 2, ExceptionType = typeof(CustomException), View = "CustomError")]

But this is not the case; this causes the same behaviour as when the Order property was not specified. If I swap the Orders around, this causes the “Error” view to be shown, even if a CustomException was thrown.

Basically, the actual order priority seems to be exactly the opposite of the documentation. Am I doing something wrong or is this a bug?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T05:40:46+00:00Added an answer on May 24, 2026 at 5:40 am

    Please follow this link:

    http://forums.asp.net/t/1699131.aspx/1?Filter+Execution+Order+Backwards

    order was changed to opposite

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm building an ordering system using C# and got a problem on order number
The problem: We use a program written by our biggest customer to receive orders,
i have problem use link_to_remote link_to_remote document example say link_to_remote Delete this post, :update
The Problem I use a tool at work that lets me do queries and
I have found a problem with use JQuery timeout, i have a page with
Okay, so here's my problem: We use FOP for creating pretty report output. We
Is it a problem if you use the global keyword on variables you don't
I have quite a problem concerning the use of relational database concepts in Delphi
I am having a problem trying to use the prependTo() function in jQuery... for
Problem: to see when computer makes approximation in mathematical calculations when I use Python

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.