Partager via


SPFeatureUpgradeFatalErrorException - Constructeur (String, Exception)

Initialise une nouvelle instance de la classe SPFeatureUpgradeFatalErrorException avec le message d'erreur spécifié et l'exception interne qui est la cause de l'exception en cours.

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

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

Dim instance As New SPFeatureUpgradeFatalErrorException(message, _
    innerException)
public SPFeatureUpgradeFatalErrorException(
    string message,
    Exception innerException
)

Paramètres

  • innerException
    Type : System.Exception

    Une exception interne qui est la cause de l'exception en cours.

Voir aussi

Référence

SPFeatureUpgradeFatalErrorException classe

SPFeatureUpgradeFatalErrorException - Membres

SPFeatureUpgradeFatalErrorException - Surcharge

Microsoft.SharePoint - Espace de noms