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
- message
Type: System.String
The description of the exception.
- number
Type: System.Int32
The error number associated with the exception.