Represents an exception thrown by the Aria2 client.
Inherits from: Exception
Exception
Aria2Exception(int code, string? message)
Initializes a new instance of the Aria2Exception class.
Parameters:
code
int
message
string
The aria2 error code.
The aria2 error message.