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 | |
---|---|---|
Code | Gets the code that is associated with this failure. | |
Message | Gets the message that is associated with this failure. |
Top