3
Answers

TempData does not exist incurrent context

Ramco Ramco

Ramco Ramco

3y
595
1

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

Answers (3)