convert type System.Collections.Generic.ICollection<System.SystemException> to string.
Now I assign as below.
Email = mailBody.Replace(“[Error]”,String.Concat("Error Because Not found file in folder : ",in_Exception))
Output is show
Error Because Not found file in folder : System.Collections.Generic.List`1[System.SystemException]
I want output show
Error Because Not found file in folder : value in in_Exception
Please guide me about it.