WorkspaceException Constructor (String, String)

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

Syntax

'Declaration
Protected Sub New ( _
    workspaceName As String, _
    workspaceOwner As String _
)
protected WorkspaceException(
    string workspaceName,
    string workspaceOwner
)
protected:
WorkspaceException(
    String^ workspaceName, 
    String^ workspaceOwner
)
new : 
        workspaceName:string * 
        workspaceOwner:string -> WorkspaceException
protected function WorkspaceException(
    workspaceName : String, 
    workspaceOwner : String
)

Parameters

.NET Framework Security

See Also

Reference

WorkspaceException Class

WorkspaceException Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace