TeamFoundationServiceException.ErrorCode Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Property ErrorCode As Integer
'Usage
Dim instance As TeamFoundationServiceException 
Dim value As Integer 

value = instance.ErrorCode

instance.ErrorCode = value
public int ErrorCode { get; set; }
public:
property int ErrorCode {
    int get ();
    void set (int value);
}
public function get ErrorCode () : int 
public function set ErrorCode (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

TeamFoundationServiceException Class

TeamFoundationServiceException Members

Microsoft.TeamFoundation.Server Namespace