Share via


NoChangesToShelveException 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 NoChangesToShelveException(
    string shelvesetName,
    string ownerName
)
public:
NoChangesToShelveException(
    String^ shelvesetName, 
    String^ ownerName
)
new : 
        shelvesetName:string * 
        ownerName:string -> NoChangesToShelveException
public function NoChangesToShelveException(
    shelvesetName : String, 
    ownerName : String
)

Parameters

.NET Framework Security

See Also

Reference

NoChangesToShelveException Class

NoChangesToShelveException Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace