Share via


ProjectAlreadyExistsException Constructor (String, Exception)

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

Syntax

'Declaration
Public Sub New ( _
    projectName As String, _
    innerException As Exception _
)
public ProjectAlreadyExistsException(
    string projectName,
    Exception innerException
)
public:
ProjectAlreadyExistsException(
    String^ projectName, 
    Exception^ innerException
)
new : 
        projectName:string * 
        innerException:Exception -> ProjectAlreadyExistsException
public function ProjectAlreadyExistsException(
    projectName : String, 
    innerException : Exception
)

Parameters

.NET Framework Security

See Also

Reference

ProjectAlreadyExistsException Class

ProjectAlreadyExistsException Overload

Microsoft.TeamFoundation.Server Namespace