Table of Contents

Class InvalidMessageHandlerTypeException

Namespace
AWS.Messaging
Assembly
AWS.Messaging.dll

Thrown if the provided message handler is not valid for the provided message type.

public class InvalidMessageHandlerTypeException : AWSMessagingException, ISerializable
Inheritance
InvalidMessageHandlerTypeException
Implements

Constructors

InvalidMessageHandlerTypeException(string, Exception?)

Creates an instance of InvalidMessageHandlerTypeException.

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

Parameters

message string
innerException Exception