Class ApiUserAbortException
The caller cancelled the request through a CancellationToken.
Mirrors JS APIUserAbortError.
public class ApiUserAbortException : TypeSafeException, ISerializable
- Inheritance
-
ApiUserAbortException
- Implements
- Inherited Members
Constructors
ApiUserAbortException(string?, Exception?)
Create an abort error.
public ApiUserAbortException(string? message = null, Exception? innerException = null)