Class InvalidBackoffOptionsException
Thrown when the backoff policy options are configured with one or more invalid values.
public class InvalidBackoffOptionsException : AWSMessagingException, ISerializable
- Inheritance
-
InvalidBackoffOptionsException
- Implements
Constructors
InvalidBackoffOptionsException(string, Exception?)
Creates an instance of InvalidBackoffOptionsException.
public InvalidBackoffOptionsException(string message, Exception? innerException = null)