Class MissingSQSMetadataException
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)