Show / Hide Table of Contents

Class RequestFailedException

Thrown when an api request is denied. Check the StatusCode and Content properties for information returned by the api.

Inheritance
System.Object
RequestFailedException
Namespace: FFT.Binance
Assembly: FFT.Binance.dll
Syntax
public class RequestFailedException : Exception

Properties

| Improve this Doc View Source

Content

The deserialized json content of the reponse that denied the request.

Declaration
public JsonElement Content { get; }
Property Value
Type Description
JsonElement
| Improve this Doc View Source

StatusCode

The status code contained in the response that denied the request.

Declaration
public HttpStatusCode StatusCode { get; }
Property Value
Type Description
HttpStatusCode
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX