DatabaseProviderError enumeration

Specifies the database provider errors.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration DatabaseProviderError
'Usage
Dim instance As DatabaseProviderError
[SerializableAttribute]
public enum DatabaseProviderError

Members

Member name Description
UndefinedError An undefined error.
ServiceContextError The service context is missing.
InvalidArgument The DatabaseProvider API failed to validate some of it's parameters
NotSupported The DatabaseProvider API does not support the operation

See also

Reference

Microsoft.SharePoint.Administration.DatabaseProvider namespace