Class ApiConnectionException
The request or response-body delivery failed (DNS, TLS, connection closed, etc.).
Mirrors JS APIConnectionError.
public class ApiConnectionException : TypeSafeException, ISerializable
- Inheritance
-
ApiConnectionException
- Implements
- Derived
- Inherited Members
Constructors
ApiConnectionException(string?, Exception?)
Create a connection error.
public ApiConnectionException(string? message = null, Exception? innerException = null)