SPMobileMessageServiceProvider - Constructeur (Exception)
Initialise une nouvelle instance de la classe SPMobileMessageServiceProvider à l'aide de l'exception spécifiée.
Espace de noms : Microsoft.SharePoint.MobileMessage
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub New ( _
e As Exception _
)
'Utilisation
Dim e As Exception
Dim instance As New SPMobileMessageServiceProvider(e)
public SPMobileMessageServiceProvider(
Exception e
)
Paramètres
e
Type : System.ExceptionUne exception dont le contenu est utilisé pour remplir les propriétés ErrorCode et ErrorText .
Remarques
Cette substitution comporte comme l'implémentation de base.
Voir aussi
Référence
SPMobileMessageServiceProvider classe
SPMobileMessageServiceProvider - Membres