Show / Hide Table of Contents

Class RequestRefusedException

The request was refused at once because the client was not connected and the policy in force is RequestFailurePolicy.ImmediateFail.

Inheritance
object
Exception
XrplException
NotConnectedException
RequestRefusedException
Inherited Members
NotConnectedException.DefaultMessage
Namespace: Xrpl.Client.Exceptions
Assembly: Xrpl.dll
Syntax
public class RequestRefusedException : NotConnectedException
Remarks

This says nothing about the server: the connection was being rebuilt, and the caller asked not to wait. Retrying once connected is the reaction; failing over is not.

Constructors

| Edit this page View Source

RequestRefusedException(string)

Declaration
public RequestRefusedException(string message = null)
Parameters
Type Name Description
string message

Extension Methods

XrplErrorClassifier.Classify(Exception)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX