Partager via


SharePointCommandCanceledException, constructeur (String, Exception)

Initialise une nouvelle instance de la classe SharePointCommandCanceledException avec un message d'erreur spécifié et une référence à l'exception interne ayant provoqué cette 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 SharePointCommandCanceledException(
    string message,
    Exception innerException
)

Paramètres

  • message
    Type : String

    Message décrivant l'erreur.

  • innerException
    Type : Exception

    Exception qui constitue la cause de l'exception actuelle. Si le paramètre d'innerException n'est pas une référence null (Nothing en 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

SharePointCommandCanceledException Classe

SharePointCommandCanceledException, surcharge

Microsoft.VisualStudio.SharePoint, espace de noms