RepositoryPathTooLongDetailedException Constructor (String, Int32)

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    serverItem As String, _
    maxPathLength As Integer _
)
public RepositoryPathTooLongDetailedException(
    string serverItem,
    int maxPathLength
)
public:
RepositoryPathTooLongDetailedException(
    String^ serverItem, 
    int maxPathLength
)
new : 
        serverItem:string * 
        maxPathLength:int -> RepositoryPathTooLongDetailedException
public function RepositoryPathTooLongDetailedException(
    serverItem : String, 
    maxPathLength : int
)

Parameters

.NET Framework Security

See Also

Reference

RepositoryPathTooLongDetailedException Class

RepositoryPathTooLongDetailedException Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace