TeamFoundationServiceException Constructor (Int32)

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

Syntax

'Declaration
Public Sub New ( _
    errorCode As Integer _
)
public TeamFoundationServiceException(
    int errorCode
)
public:
TeamFoundationServiceException(
    int errorCode
)
new : 
        errorCode:int -> TeamFoundationServiceException
public function TeamFoundationServiceException(
    errorCode : int
)

Parameters

.NET Framework Security

See Also

Reference

TeamFoundationServiceException Class

TeamFoundationServiceException Overload

Microsoft.TeamFoundation.Framework.Server Namespace