> I'm having some code errors in C#, and I can't spot the problem.?

I'm having some code errors in C#, and I can't spot the problem.?

Posted at: 2014-12-18 




In the last line, you should use {0}, {1}. Arguments start at 0, not 1.

What's the error? Does it NOT compile?