SecurityActionDoesNotExistException Constructor (String)
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.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
- actionId
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.
See Also
Reference
SecurityActionDoesNotExistException Class