MultiplePartitionsNotSupportedException Constructor

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

Parameters

.NET Framework Security

See Also

Reference

MultiplePartitionsNotSupportedException Class

Microsoft.TeamFoundation.Framework.Server Namespace