Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the code of 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 ErrorCode As Integer
Get
'Usage
Dim instance As ClientRequestFailedEventArgs
Dim value As Integer
value = instance.ErrorCode
public int ErrorCode { get; }
Property Value
Type: System.Int32
The code of the current error.
See Also
Reference
ClientRequestFailedEventArgs Class