I already know a WorkItem.Validatemethod can get ArrayListfields in this work item that are invalid ( msdn ).
But they seem to contain only invalid fields and, therefore, names, but do not contain any error messages, that is why they are invalid, which is useful for sending a work item without using the TFS built-in controls. How to get a hint with an error like "new error 1: TF200012: the Title field cannot be empty."?
For a better understanding, see the figure. 
I am using Chinese language VS2010 SP1, and the error description is translated as above.
source
share