Namespace SunamoResult
Classes
- MayExcHelper
Helper class for checking and logging exception messages from ResultWithException<T>.
- OutRef3<T, U, V>
Holds three values as an alternative to ref/out parameters for async methods.
- OutRef4<T, U, V, W>
Holds four values as an alternative to ref/out parameters for async methods.
- OutRef<T, U>
Holds two values as an alternative to ref/out parameters for async methods.
- ResultWithExceptionList<T>
Collection of ResultWithException<T> results, providing aggregate error checking.
- ResultWithException<T>
Wraps a result value or an exception message, enabling async-compatible error handling without ref/out parameters.