DatabasePoolNotFoundException 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 DatabasePoolNotFoundException(
    string poolName
)
public:
DatabasePoolNotFoundException(
    String^ poolName
)
new : 
        poolName:string -> DatabasePoolNotFoundException
public function DatabasePoolNotFoundException(
    poolName : String
)

Parameters

.NET Framework Security

See Also

Reference

DatabasePoolNotFoundException Class

DatabasePoolNotFoundException Overload

Microsoft.TeamFoundation.Framework.Server Namespace