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)

Syntax

'Declaration
Public Interface IFailure
public interface IFailure
public interface class IFailure
type IFailure =  interface end
public interface IFailure

The IFailure type exposes the following members.

Properties

  Name Description
Public property Code Gets the code that is associated with this failure.
Public property Message Gets the message that is associated with this failure.

Top

See Also

Reference

Microsoft.TeamFoundation.Build.Client Namespace