PeanutButter
Loading...
Searching...
No Matches
PeanutButter.Utils.RetriesExceededException Class Reference

Thrown when max retries are exceeded. More...

Inheritance diagram for PeanutButter.Utils.RetriesExceededException:

Public Member Functions

 RetriesExceededException (string caller, int attempts, Exception lastException)
 Creates the exception.

Properties

string Caller [get]
 The [CallerMemberName] gleaned at the time of running, if not explicitly set.
int Attempts [get]
 The number of attempts that were made.
Exception LastException [get]
 The last exception thrown.

Detailed Description

Thrown when max retries are exceeded.

Constructor & Destructor Documentation

◆ RetriesExceededException()

PeanutButter.Utils.RetriesExceededException.RetriesExceededException ( string caller,
int attempts,
Exception lastException )

Creates the exception.

Parameters
caller
attempts
lastException

The documentation for this class was generated from the following file:
  • source/Utils/PeanutButter.Utils/RetriesExceededException.cs