WorkspaceException Constructor (String, String)
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
声明
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
- 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.