TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
margam chakri
NA
201
2.6k
Execution order
Apr 20 2021 1:11 PM
Hi,
Below code action method has 2 error methods one attribute and try catch inside
while running application which one is first execute try or handleError ?
[HandleError(ExceptionType=
typeof
(ArithmeticException),View=
"Arthimetic"
)]
[HandleError(ExceptionType =
typeof
(NotImplementedException),View =
"Error1"
)]
public
ActionResult SomeError() {
try
{}
catch
(Exception ex) {
return
View(
"Error"
);}
}
Thanks in advance
Reply
Answers (
3
)
How to download excel using typescript
cannot get the sum total of amount paid in school billing system