Hi
I have below code in a CLASS & it givess message TempData does not exist incurrent context
catch (Exception ex)
{
ExceptionLogging.SendExcepToDB(ex);
TempData["Message"] = ex.Message;
}
Thanks
Hi
I have below code in a CLASS & it givess message TempData does not exist incurrent context
catch (Exception ex)
{
ExceptionLogging.SendExcepToDB(ex);
TempData["Message"] = ex.Message;
}
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sachin SinghPosted Jun 30, 2021, 7:14 AM
Ramco RamcoPosted Jun 30, 2021, 6:42 AM
Sachin SinghPosted Jun 30, 2021, 6:38 AM