Class ApiTimeoutException
The full response did not arrive within the timeout. A kind of ApiConnectionException.
Mirrors JS APITimeoutError.
public class ApiTimeoutException : ApiConnectionException, ISerializable
- Inheritance
-
ApiTimeoutException
- Implements
- Inherited Members
Constructors
ApiTimeoutException(int, Exception?)
Create a timeout error.
public ApiTimeoutException(int timeoutMs, Exception? innerException = null)
Parameters
Properties
TimeoutMs
Configured timeout in milliseconds.
public int TimeoutMs { get; }