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
- failedPath1
Type: System.String
- failedPath2
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
IdenticalPathsDueToCollationException Class