Tagged Questions
0
votes
1answer
231 views
It throws an stackoverflow exception when I user PropertyInfo.SetValue()
When I use PropertyInfo.SetValue in asp.net , it throws a stackoverflow exception.
That I write this code:
for (int i = 0; i < rivalSeriesIDList.Count; i++)
{
cardb_series ...