Share via


DatabasePartitionNotFoundException Constructor (String)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

DatabasePartitionNotFoundException Class

DatabasePartitionNotFoundException Overload

Microsoft.TeamFoundation.Framework.Server Namespace