WorkspaceException 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, _
    workspaceName As String, _
    workspaceOwner As String _
)
protected WorkspaceException(
    string resourceKey,
    string workspaceName,
    string workspaceOwner
)
protected:
WorkspaceException(
    String^ resourceKey, 
    String^ workspaceName, 
    String^ workspaceOwner
)
new : 
        resourceKey:string * 
        workspaceName:string * 
        workspaceOwner:string -> WorkspaceException
protected function WorkspaceException(
    resourceKey : String, 
    workspaceName : String, 
    workspaceOwner : String
)

Parameters

.NET Framework Security

See Also

Reference

WorkspaceException Class

WorkspaceException Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace