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
Soumya Ps
NA
148
17.5k
try catch...............
Apr 7 2018 9:36 AM
I added a try catch in my code to raise error
but there shows error--->The name ex doesnot exist in the corrent contest
I also added a namespace--->using System.Runtime.Remoting.Contexts;
Still ex shows red in clr...How can I fix it?
try
{
//line of code
}
catch (Exception exc)
{
ex
.errlog(exc,
HttpContext.Current.Request.URL.ToString()
);
}
Reply
Answers (
4
)
Date Conversion
I Need Help from SQL