Base class for unrecoverable server request failure exceptions.
Inheritance Hierarchy
System.Exception
System.ApplicationException
Apptus.Util.Http.RequestFailedException
Apptus.Util.Http.BadRequestException
Apptus.Util.Http.BadServerException
Apptus.Util.Http.UnrecognizedStatusException
Namespace: Apptus.Util.Http
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class RequestFailedException : ApplicationException
The RequestFailedException type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | (Overrides Exception.Message.) |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | TargetSite | (Inherited from Exception.) |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetBaseException | (Inherited from Exception.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetObjectData | (Inherited from Exception.) |
![]() | GetType | (Inherited from Exception.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ResponseBody |
Gets the entity body of the response, if any. The body may provide further information about the failure, typically in an
xml format. If the entity body of the response was empty, this method returns null.
|
![]() | ToString | (Overrides Exception.ToString().) |
See Also