This documentation is archived and is not being maintained.
IBuildErrorBase Interface
Visual Studio 2013
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)
The IBuildErrorBase type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Code | Gets or sets the error or warning code. |
![]() | EndLineNumber | Gets or sets the ending line number of the error or warning. |
![]() | File | Gets or sets the file of the error or warning. |
![]() | LineNumber | Gets or sets the starting line number of the error or warning. |
![]() | Message | Gets or sets the message of the error or warning. |
![]() | Node | Gets the underlying IBuildInformationNode. |
![]() | ServerPath | Gets or sets the server path of the file, if it can be determined. |
![]() | Timestamp | Gets or sets the time at which the error or warning occurred. |
Show:
