Share via


DatabaseException Constructor (String, Int32, Exception)

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, _
    innerException As Exception _
)
'Usage
Dim message As String
Dim number As Integer
Dim innerException As Exception

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

Parameters

  • number
    Type: System.Int32
    The error number associated with the exception.
  • innerException
    Type: System.Exception
    The underlying exception that caused the DatabaseException exception to be thrown.

See Also

Reference

DatabaseException Class

DatabaseException Members

DatabaseException Overload

Microsoft.SharePoint.Portal.Topology Namespace