Share via


DatabaseException Constructor (String, Int32)

NOTE: This API is now obsolete.

Obsolete.

Namespace:  Microsoft.SharePoint.Portal.Topology
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute> _
Public Sub New ( _
    message As String, _
    number As Integer _
)
'Usage
Dim message As String
Dim number As Integer

Dim instance As New DatabaseException(message, _
    number)
[ObsoleteAttribute]
public DatabaseException(
    string message,
    int number
)

Parameters

  • number
    Type: System.Int32
    The error number associated with the exception.

See Also

Reference

DatabaseException Class

DatabaseException Members

DatabaseException Overload

Microsoft.SharePoint.Portal.Topology Namespace