ClientRequestFailedEventArgs Properties
Include Protected Members
Include Inherited Members
The ClientRequestFailedEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
ErrorCode | Gets the code of the current error. |
![]() |
ErrorDetails | Gets the object that provides additional detailed information about the current error. |
![]() |
ErrorTypeName | Gets the name of the current error type. |
![]() |
ErrorValue | Gets the value that indicates the current error. |
![]() |
Exception | Gets the exception that is associated with the current failed event. |
![]() |
Message | Gets the error message of the failure. |
![]() |
Request | Gets the ClientRequest object that is associated with the raised event. (Inherited from ClientRequestEventArgs.) |
![]() |
StackTrace | Gets the current stack trace when an exception is thrown. |
Top
.gif)