ClientRequestFailedEventArgs.ErrorTypeName Property
Gets the name of the current error type.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property ErrorTypeName As String
Get
'Usage
Dim instance As ClientRequestFailedEventArgs
Dim value As String
value = instance.ErrorTypeName
public string ErrorTypeName { get; }
Property Value
Type: System.String
The name of the current error type.
See Also
Reference
ClientRequestFailedEventArgs Class