WebPartPageUserException - Constructeur (String)
Initialise une nouvelle instance de la classe WebPartPageUserException avec un message d'erreur spécifié.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub New ( _
s As String _
)
'Utilisation
Dim s As String
Dim instance As New WebPartPageUserException(s)
public WebPartPageUserException(
string s
)
Paramètres
s
Type : System.StringUn message qui décrit l'erreur.
Voir aussi
Référence
WebPartPageUserException classe
WebPartPageUserException - Membres