Table of Contents

Class InvalidSQSQueueArnException

Namespace
AWS.Messaging
Assembly
AWS.Messaging.dll

Thrown when an invalid SQS queue ARN is encountered.

public class InvalidSQSQueueArnException : AWSMessagingException, ISerializable
Inheritance
InvalidSQSQueueArnException
Implements

Constructors

InvalidSQSQueueArnException(string, Exception?)

Creates an instance of InvalidSQSQueueArnException.

public InvalidSQSQueueArnException(string message, Exception? innerException = null)

Parameters

message string
innerException Exception