Class ArcherAPIException
Inherited Members
Namespace: Estrelica.Archer.Utility
Assembly: Estrelica.Archer.Utility.dll
Syntax
public class ArcherAPIException : InvalidOperationException, ISerializable
Constructors
ArcherAPIException(Exception, HttpMethod, string, string, string, HttpStatusCode)
Declaration
public ArcherAPIException(Exception innerException, HttpMethod method, string url, string requestBody, string serverResponse, HttpStatusCode statusCode)
Parameters
| Exception innerException |
| HttpMethod method |
| string url |
| string requestBody |
| string serverResponse |
| HttpStatusCode statusCode |