Share via


ShelvesetExistsException Constructor (String, String)

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

Syntax

'宣言
Public Sub New ( _
    shelvesetName As String, _
    ownerName As String _
)
public ShelvesetExistsException(
    string shelvesetName,
    string ownerName
)
public:
ShelvesetExistsException(
    String^ shelvesetName, 
    String^ ownerName
)
new : 
        shelvesetName:string * 
        ownerName:string -> ShelvesetExistsException
public function ShelvesetExistsException(
    shelvesetName : String, 
    ownerName : String
)

Parameters

.NET Framework Security

See Also

Reference

ShelvesetExistsException Class

ShelvesetExistsException Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace