Class RequestRefusedException
The request was refused at once because the client was not connected and the policy in force
is RequestFailurePolicy.ImmediateFail.
Inherited Members
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 SourceRequestRefusedException(string)
Declaration
public RequestRefusedException(string message = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |