GitPackDoesNotExistException Constructor
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Sub New ( _
resourceId As String _
)
public GitPackDoesNotExistException(
string resourceId
)
public:
GitPackDoesNotExistException(
String^ resourceId
)
new :
resourceId:string -> GitPackDoesNotExistException
public function GitPackDoesNotExistException(
resourceId : String
)
Parameters
- resourceId
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.