Table of Contents

Class InvalidBackoffOptionsException

Namespace
AWS.Messaging
Assembly
AWS.Messaging.dll

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)

Parameters

message string
innerException Exception