SecurityObjectDoesNotExistException Constructor (String)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

SecurityObjectDoesNotExistException Class

SecurityObjectDoesNotExistException Overload

Microsoft.TeamFoundation.Server Namespace