Share via


DatabaseProviderException constructor (String)

Initializes a new instance of the DatabaseProviderException with the specified error message.

Namespace:  Microsoft.SharePoint.Administration.DatabaseProvider
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New DatabaseProviderException(message)
public DatabaseProviderException(
    string message
)

Parameters

  • message
    Type: System.String

    The error message associated with this exception.

See also

Reference

DatabaseProviderException class

DatabaseProviderException members

DatabaseProviderException overload

Microsoft.SharePoint.Administration.DatabaseProvider namespace