OutcomeArguments<TResult, TArgs>
Encapsulates the outcome of a resilience operation or event and its associated arguments.
Gets additional arguments specific to the resilience operation or event.
Gets the context in which the resilience operation or event occurred.
Gets the exception, if any, thrown during the resilience operation or event.
Gets the outcome of the resilience operation or event.
Gets the result, if any, produced by the resilience operation or event.
Initializes a new instance of the OutcomeArguments<T, U> struct.