Bagikan melalui


IdenticalPathsDueToCollationException Constructor (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
)
public:
IdenticalPathsDueToCollationException(
    String^ failedPath1, 
    String^ failedPath2
)
new : 
        failedPath1:string * 
        failedPath2:string -> IdenticalPathsDueToCollationException
public function IdenticalPathsDueToCollationException(
    failedPath1 : String, 
    failedPath2 : String
)

Parameters

.NET Framework Security

See Also

Reference

IdenticalPathsDueToCollationException Class

IdenticalPathsDueToCollationException Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace