Share via


ServerException.ErrorId 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 (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public ReadOnly Property ErrorId As Integer
'Usage
Dim instance As ServerException 
Dim value As Integer 

value = instance.ErrorId
public int ErrorId { get; }
public:
property int ErrorId {
    int get ();
}
public function get ErrorId () : int

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ServerException Class

ServerException Members

Microsoft.TeamFoundation.Server Namespace