IdenticalPathsDueToCollationException-Konstruktor (String, String)
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Sub New ( _
failedPath1 As String, _
failedPath2 As String _
)
public IdenticalPathsDueToCollationException(
string failedPath1,
string failedPath2
)
Parameter
- failedPath1
Typ: System.String
- failedPath2
Typ: System.String
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
IdenticalPathsDueToCollationException Klasse