Partager via


SPPrincipalManagementException - Constructeur (String, Exception)

Initialise une nouvelle instance de la classe SPPrincipalManagementException avec un message d'erreur spécifié et une référence à l'exception interne qui est à l'origine de cette exception...

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 SPPrincipalManagementException(message, _
    innerException)
public SPPrincipalManagementException(
    string message,
    Exception innerException
)

Paramètres

  • innerException
    Type : System.Exception

    Exception qui est la cause de l'exception actuelle, ou référence null si aucune exception interne n'est spécifiée.

Voir aussi

Référence

SPPrincipalManagementException classe

SPPrincipalManagementException - Membres

SPPrincipalManagementException - Surcharge

Microsoft.SharePoint - Espace de noms