Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
what is the mistake in my code? i used "Parallel For"
hüseyin yaşar
8y
233
1
Reply
List<int> points = new List<int>();
Parallel.For(0, 15000000, i =>
{
points.Add(i);
});
this is my code. The mistake is "An exception of type 'System.ArgumentException' occurred in mscorlib.dll but was not handled in user code" Solutions?
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
What is the reason that we use Date in header in web page?
I want to create the chart or dashboard and pull the data