ServerItemException Constructor (String, String)

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

Syntax

'Declaration
Protected Sub New ( _
    resourceKey As String, _
    serverItem As String _
)
protected ServerItemException(
    string resourceKey,
    string serverItem
)
protected:
ServerItemException(
    String^ resourceKey, 
    String^ serverItem
)
new : 
        resourceKey:string * 
        serverItem:string -> ServerItemException
protected function ServerItemException(
    resourceKey : String, 
    serverItem : String
)

Parameters

.NET Framework Security

See Also

Reference

ServerItemException Class

ServerItemException Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace