Namespace OpenSettings.Exceptions
Classes
- AttemptTimeoutExceededException
Exception thrown when an attempt exceeds its configured timeout. This is informational only; it does not stop the retry loop.
- DuplicateSettingsNameException
Exception thrown when duplicate settings are found.
- InvalidSecretTextAttributeUsageException
Exception thrown when the [Secret] attribute is applied to a property that is not of type string, indicating invalid usage of the attribute.
- MaxRetryExceededException
Exception thrown when the maximum number of retry attempts for an operation is exceeded.