Class ResponseException
Exception thrown when the RPC endpoint returns a response Message but Data.success is false oro there is a communication error on the WebSocket of http channel
public sealed class ResponseException : Exception, ISerializable
- Inheritance
-
ResponseException
- Implements
- Inherited Members
- Extension Methods
Remarks
ctor
Constructors
ResponseException(Message)
ctor
public ResponseException(Message request)
Parameters
request
MessageThe request sent to the service
ResponseException(Message, string)
ctor
public ResponseException(Message request, string message)
Parameters
ResponseException(Message, string, Exception?)
Exception thrown when the RPC endpoint returns a response Message but Data.success is false oro there is a communication error on the WebSocket of http channel
public ResponseException(Message request, string message, Exception? innerException)
Parameters
Remarks
ctor
Properties
Request
The request sent to the service
public Message Request { get; init; }
Property Value
- Message
- Exception thrown when the RPC endpoint returns a response but Data.success is false oro there is a communication error on the WebSocket of http channel