InformationNodeConverters.AddBuildError Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
AddBuildError(IBuildInformation, String, DateTime) | Adds an error to the specified build information object. Does not save to the server. | |
AddBuildError(IBuildInformation, String, Int32, Int32, String, String, DateTime) | Adds an error to the specified build information object. Does not save to the server. | |
AddBuildError(IBuildInformation, String, String, Int32, Int32, String, String, DateTime) | Adds an error to the specified build information object. Does not save to the server. | |
AddBuildError(IBuildInformation, String, String, String, Int32, Int32, String, String, DateTime) | Adds an error to the specified build information object. Does not save to the server. |
Top