This documentation is archived and is not being maintained.

IFailure Interface

Interface for a failure that occurred during a server call.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

public interface class IFailure

The IFailure type exposes the following members.

  NameDescription
Public propertyCodeGets the code that is associated with this failure.
Public propertyMessageGets the message that is associated with this failure.
Top
Show: