Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Sub New ( _
sourceServerItem As String, _
originalServerItem As String _
)
public CannotRenameBackToOriginalSourceException(
string sourceServerItem,
string originalServerItem
)
public:
CannotRenameBackToOriginalSourceException(
String^ sourceServerItem,
String^ originalServerItem
)
new :
sourceServerItem:string *
originalServerItem:string -> CannotRenameBackToOriginalSourceException
public function CannotRenameBackToOriginalSourceException(
sourceServerItem : String,
originalServerItem : String
)
Parameters
- sourceServerItem
Type: System.String
- originalServerItem
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CannotRenameBackToOriginalSourceException Class