DatabaseNotFoundException Constructor (Int32)

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

Syntax

'Declaration
Public Sub New ( _
    databaseId As Integer _
)
public DatabaseNotFoundException(
    int databaseId
)
public:
DatabaseNotFoundException(
    int databaseId
)
new : 
        databaseId:int -> DatabaseNotFoundException
public function DatabaseNotFoundException(
    databaseId : int
)

Parameters

.NET Framework Security

See Also

Reference

DatabaseNotFoundException Class

DatabaseNotFoundException Overload

Microsoft.TeamFoundation.Framework.Server Namespace