WorkingFolderException Constructor
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Dichiarazione
Public Sub New ( _
resource As String, _
folder As Mapping _
)
public WorkingFolderException(
string resource,
Mapping folder
)
public:
WorkingFolderException(
String^ resource,
Mapping^ folder
)
new :
resource:string *
folder:Mapping -> WorkingFolderException
public function WorkingFolderException(
resource : String,
folder : Mapping
)
Parameters
- resource
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.