ClientRequestFailedEventArgs Properties

Include Protected Members
Include Inherited Members

The ClientRequestFailedEventArgs type exposes the following members.

Properties

  Name Description
Public property ErrorCode Gets the code of the current error.
Public property ErrorDetails Gets the object that provides additional detailed information about the current error.
Public property ErrorTypeName Gets the name of the current error type.
Public property ErrorValue Gets the value that indicates the current error.
Public property Exception Gets the exception that is associated with the current failed event.
Public property Message Gets the error message of the failure.
Public property Request Gets the ClientRequest object that is associated with the raised event. (Inherited from ClientRequestEventArgs.)
Public property StackTrace Gets the current stack trace when an exception is thrown.

Top

See Also

Reference

ClientRequestFailedEventArgs Class

Microsoft.SharePoint.Client Namespace