ClientRequestFailedEventArgs.ErrorTypeName - Propriété
Obtient le nom du type d'erreur actuel.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ErrorTypeName As String
Get
'Utilisation
Dim instance As ClientRequestFailedEventArgs
Dim value As String
value = instance.ErrorTypeName
public string ErrorTypeName { get; }
Valeur de propriété
Type : System.String
Le nom du type d'erreur actuel.
Voir aussi
Référence
ClientRequestFailedEventArgs classe