Partager via


SPFeatureUpgradeInformativeWarningException - Constructeur (String, Exception)

Initialise une nouvelle instance de la classe SPFeatureUpgradeInformativeWarningException 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 SPFeatureUpgradeInformativeWarningException(message, _
    innerException)
public SPFeatureUpgradeInformativeWarningException(
    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

SPFeatureUpgradeInformativeWarningException classe

SPFeatureUpgradeInformativeWarningException - Membres

SPFeatureUpgradeInformativeWarningException - Surcharge

Microsoft.SharePoint - Espace de noms