mirror of
https://github.com/Stone-Red-Code/RemoteExec.git
synced 2026-09-04 17:16:22 +02:00
Add XML docs
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
namespace RemoteExec.Client.Exceptions;
|
||||
|
||||
/// <summary>
|
||||
/// Exception thrown when a task exceeds the maximum number of retry attempts.
|
||||
/// </summary>
|
||||
public class MaxRetriesException(string message) : Exception(message)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user