DatabaseNotFoundException Constructor (String)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

DatabaseNotFoundException Class

DatabaseNotFoundException Overload

Microsoft.TeamFoundation.Framework.Client Namespace