Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets all the errors for this project and all its child nodes.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Function GetErrors ( _
errorType As String _
) As List(Of IBuildError)
List<IBuildError> GetErrors(
string errorType
)
List<IBuildError^>^ GetErrors(
String^ errorType
)
abstract GetErrors :
errorType:string -> List<IBuildError>
function GetErrors(
errorType : String
) : List<IBuildError>
Parameters
- errorType
Type: System.String
The type of errors to be retrieved (typically values from ErrorWarningTypes).
Return Value
Type: System.Collections.Generic.List<IBuildError>
The errors.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.