Partager via


SPMobileMessageServiceResponse.ErrorText - Propriété

Obtient des informations sur l'exception, le cas échéant, levée lors d'une demande a été faite pour le service Web.

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

Syntaxe

'Déclaration
Public Property ErrorText As String
    Get
    Friend Set
'Utilisation
Dim instance As SPMobileMessageServiceResponse
Dim value As String

value = instance.ErrorText
public string ErrorText { get; internal set; }

Valeur de propriété

Type : System.String
Le message de l'exception interne.

Remarques

La propriété ErrorText est une chaîne vide si aucune exception n'est levée.

Voir aussi

Référence

SPMobileMessageServiceResponse classe

SPMobileMessageServiceResponse - Membres

Microsoft.SharePoint.MobileMessage - Espace de noms