Share via


SecurityActionDoesNotExistException Constructor (String)

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Sub New ( _
    actionId As String _
)
public SecurityActionDoesNotExistException(
    string actionId
)
public:
SecurityActionDoesNotExistException(
    String^ actionId
)
new : 
        actionId:string -> SecurityActionDoesNotExistException
public function SecurityActionDoesNotExistException(
    actionId : String
)

Parameters

.NET Framework Security

See Also

Reference

SecurityActionDoesNotExistException Class

SecurityActionDoesNotExistException Overload

Microsoft.TeamFoundation.Server Namespace