ServerItemException Constructor (String, 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, _
    additionalParameter As String _
)
protected ServerItemException(
    string resourceKey,
    string serverItem,
    string additionalParameter
)
protected:
ServerItemException(
    String^ resourceKey, 
    String^ serverItem, 
    String^ additionalParameter
)
new : 
        resourceKey:string * 
        serverItem:string * 
        additionalParameter:string -> ServerItemException
protected function ServerItemException(
    resourceKey : String, 
    serverItem : String, 
    additionalParameter : String
)

Parameters

.NET Framework Security

See Also

Reference

ServerItemException Class

ServerItemException Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace