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