ClientRequestFailedEventArgs.ErrorDetails Property
Gets the object that provides additional detailed information about the current error.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property ErrorDetails As Object
Get
'Usage
Dim instance As ClientRequestFailedEventArgs
Dim value As Object
value = instance.ErrorDetails
public Object ErrorDetails { get; }
Property Value
Type: System.Object
The object that provides additional detailed information about the current error.
See Also
Reference
ClientRequestFailedEventArgs Class