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
- resourceKey
Type: System.String
- workspaceName
Type: System.String
- workspaceOwner
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.