Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
声明
Public Sub New ( _
    objectId As String, _
    actionId As String, _
    user As String, _
    deny As Integer _
)
public DeleteACEException(
    string objectId,
    string actionId,
    string user,
    int deny
)
public:
DeleteACEException(
    String^ objectId, 
    String^ actionId, 
    String^ user, 
    int deny
)
new : 
        objectId:string * 
        actionId:string * 
        user:string * 
        deny:int -> DeleteACEException
public function DeleteACEException(
    objectId : String, 
    actionId : String, 
    user : String, 
    deny : int
)
Parameters
- objectId
Type: System.String 
- actionId
Type: System.String 
- user
Type: System.String 
- deny
Type: System.Int32 
.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.