DatabasePoolAlreadyExistsException Constructor (String)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

DatabasePoolAlreadyExistsException Class

DatabasePoolAlreadyExistsException Overload

Microsoft.TeamFoundation.Framework.Server Namespace