Table of Contents

Class MissingSQSMetadataException

Namespace
AWS.Messaging
Assembly
AWS.Messaging.dll

Thrown when attempting to perform an SQS operation on a message without a valid SQSMetadata

public class MissingSQSMetadataException : AWSMessagingException, ISerializable
Inheritance
MissingSQSMetadataException
Implements

Constructors

MissingSQSMetadataException(string, Exception?)

Creates an instance of MissingSQSMetadataException.

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

Parameters

message string
innerException Exception