DatabaseException Constructor (String)
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 _
)
'Usage
Dim message As String
Dim instance As New DatabaseException(message)
[ObsoleteAttribute]
public DatabaseException(
string message
)
Parameters
- message
Type: System.String
The description of the exception.