de la propiedad ClientRequestFailedEventArgs.ErrorTypeName
Obtiene el nombre del tipo de error actual.
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight.Runtime (en Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (en Microsoft.SharePoint.Client.Phone.Runtime.dll)
Sintaxis
'Declaración
Public ReadOnly Property ErrorTypeName As String
Get
'Uso
Dim instance As ClientRequestFailedEventArgs
Dim value As String
value = instance.ErrorTypeName
public string ErrorTypeName { get; }
Valor de propiedad
Tipo: System.String
El nombre del tipo de error actual.
Vea también
Referencia
clase ClientRequestFailedEventArgs