DatabaseProviderException class

An exception class specific to the IDatabaseProvider interface.

Inheritance hierarchy

System.Object
  System.Exception
    Microsoft.SharePoint.Administration.DatabaseProvider.DatabaseProviderException

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class DatabaseProviderException _
    Inherits Exception
'Usage
Dim instance As DatabaseProviderException
[SerializableAttribute]
public class DatabaseProviderException : Exception

Remarks

The IDatabaseProvider interface provides methods to manage the lifecycle of databases.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

DatabaseProviderException members

Microsoft.SharePoint.Administration.DatabaseProvider namespace