Complete list of error codes

Complete list of error codes

I often encounter error codes returned from NCover.Console.exe when running automated MsBuild tasks from TeamCity.

The error message looks like this: C:\BuildArea\Working\WebRouteComposite.MSBuild.xml(14, 5): error MSB6006: "NCover.Console.exe" exited with code -100.

This message is not much help in itself.

Is there a complete list with errorcodes and their explanation?


RE: Complete list of error codes

other than error code 20000, all error codes come from the covered application. In your case, MSBuild created the -100 error code, and NCover.Console simply reported it to you.


RE: Complete list of error codes

Thanks for the clarification!