Partager via


DatabaseException, constructeur (String, Int32, Exception) (Microsoft.SharePoint.Portal.Topology)

Obsolete.

Espace de noms : Microsoft.SharePoint.Portal.Topology
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String, _
    number As Integer, _
    innerException As Exception _
)
'Utilisation
Dim message As String
Dim number As Integer
Dim innerException As Exception

Dim instance As New DatabaseException(message, number, innerException)
public DatabaseException (
    string message,
    int number,
    Exception innerException
)

Paramètres

  • message
    The description of the exception.
  • number
    The error number associated with the exception.
  • innerException
    The underlying exception that caused the DatabaseException exception to be thrown.

Voir aussi

Référence

DatabaseException, classe
Membres DatabaseException
Microsoft.SharePoint.Portal.Topology, espace de noms