Partager via


SharePointCommandException, constructeur (String, Exception)

Initialise une nouvelle instance de la classe SharePointCommandException avec un message d'erreur spécifié et une référence à l'exception interne ayant provoqué l'exception.

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

Syntaxe

'Déclaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public SharePointCommandException(
    string message,
    Exception innerException
)

Paramètres

  • message
    Type : String

    Message d'erreur indiquant la raison de l'exception.

  • innerException
    Type : Exception

    Exception qui constitue la cause de l'exception actuelle.

    Si le paramètre innerException n'est pas une référence Null (Nothing dans Visual Basic), l'exception actuelle est levée dans un bloc catch qui gère l'exception interne.

Sécurité .NET Framework

Voir aussi

Référence

SharePointCommandException Classe

SharePointCommandException, surcharge

Microsoft.VisualStudio.SharePoint, espace de noms