Partager via


SharePointCommandCanceledException, constructeur (String, String, String, String)

Initialise une nouvelle instance de la classe d'SharePointCommandCanceledException avec un message d'erreur spécifié, un nom complet de type et la trace de la pile d'origine.

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

Syntaxe

'Déclaration
Public Sub New ( _
    message As String, _
    commandId As String, _
    fullTypeName As String, _
    originalStackTrace As String _
)
public SharePointCommandCanceledException(
    string message,
    string commandId,
    string fullTypeName,
    string originalStackTrace
)

Paramètres

  • message
    Type : String

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

  • commandId
    Type : String

    ID de la commande qui levé l'exception.

  • fullTypeName
    Type : String

    Nom complet du type de classe de commande levé l'exception.

  • originalStackTrace
    Type : String

    Arborescence des appels de procédure d'origine de l'exception dans le processus vssphost4.exe.

Sécurité .NET Framework

Voir aussi

Référence

SharePointCommandCanceledException Classe

SharePointCommandCanceledException, surcharge

Microsoft.VisualStudio.SharePoint, espace de noms