Want to build the ChatGPT based Apps? Start here
Become a member
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
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
margam chakri
2k
201
1.9k
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