RepositoryPathTooLongException 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, _
    maxServerPath As Integer _
)
public RepositoryPathTooLongException(
    string serverItem,
    int maxServerPath
)
public:
RepositoryPathTooLongException(
    String^ serverItem, 
    int maxServerPath
)
new : 
        serverItem:string * 
        maxServerPath:int -> RepositoryPathTooLongException
public function RepositoryPathTooLongException(
    serverItem : String, 
    maxServerPath : int
)

Parameters

.NET Framework Security

See Also

Reference

RepositoryPathTooLongException Class

RepositoryPathTooLongException Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace