TeamFoundationServiceException.ErrorCode Property

A user-defined error code.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property ErrorCode As Integer
public int ErrorCode { get; set; }
public:
property int ErrorCode {
    int get ();
    void set (int value);
}
member ErrorCode : int with get, set
function get ErrorCode () : int 
function set ErrorCode (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

TeamFoundationServiceException Class

Microsoft.TeamFoundation.Framework.Server Namespace