Interface for BuildError and BuildWarning types of IBuildInformationNodes. To obtain an IBuildError or IBuildWarning, use the InformationNodeConverters class.
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
声明
Public Interface IBuildErrorBase
public interface IBuildErrorBase
public interface class IBuildErrorBase
type IBuildErrorBase =  interface end
public interface IBuildErrorBase
The IBuildErrorBase type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Code | Gets or sets the error or warning code. | 
| .gif) | EndLineNumber | Gets or sets the ending line number of the error or warning. | 
| .gif) | File | Gets or sets the file of the error or warning. | 
| .gif) | LineNumber | Gets or sets the starting line number of the error or warning. | 
| .gif) | Message | Gets or sets the message of the error or warning. | 
| .gif) | Node | Gets the underlying IBuildInformationNode. | 
| .gif) | ServerPath | Gets or sets the server path of the file, if it can be determined. | 
| .gif) | Timestamp | Gets or sets the time at which the error or warning occurred. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Save | Saves the build error to the server. | 
Top