GitNeedsPermissionException Constructor
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Sub New ( _
userName As String, _
permission As Integer, _
atRootOfProject As Boolean _
)
public GitNeedsPermissionException(
string userName,
int permission,
bool atRootOfProject
)
public:
GitNeedsPermissionException(
String^ userName,
int permission,
bool atRootOfProject
)
new :
userName:string *
permission:int *
atRootOfProject:bool -> GitNeedsPermissionException
public function GitNeedsPermissionException(
userName : String,
permission : int,
atRootOfProject : boolean
)
Parameters
- userName
Type: System.String
- permission
Type: System.Int32
- atRootOfProject
Type: System.Boolean
.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.