Share via


RegisterObjectExistsException Constructor (String)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

RegisterObjectExistsException Class

RegisterObjectExistsException Overload

Microsoft.TeamFoundation.Server Namespace