Share via


ClassIdDoesNotExistException Constructor (String)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

ClassIdDoesNotExistException Class

ClassIdDoesNotExistException Overload

Microsoft.TeamFoundation.Server Namespace