Share via


VersionControlNotRegisteredException Constructor

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)

Syntax

'Declaration
Public Sub New ( _
    teamFoundationServerName As String _
)
public VersionControlNotRegisteredException(
    string teamFoundationServerName
)
public:
VersionControlNotRegisteredException(
    String^ teamFoundationServerName
)
new : 
        teamFoundationServerName:string -> VersionControlNotRegisteredException
public function VersionControlNotRegisteredException(
    teamFoundationServerName : String
)

Parameters

.NET Framework Security

See Also

Reference

VersionControlNotRegisteredException Class

Microsoft.TeamFoundation.VersionControl.Common Namespace