Table of Contents

Class InvalidMessageHandlerSignatureException

Namespace
AWS.Messaging
Assembly
AWS.Messaging.dll

Thrown during message handling if unable to find an HandleAsync(MessageEnvelope<T>, CancellationToken) method on the handler type for a given message

public class InvalidMessageHandlerSignatureException : AWSMessagingException, ISerializable
Inheritance
InvalidMessageHandlerSignatureException
Implements

Constructors

InvalidMessageHandlerSignatureException(string, Exception?)

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

Parameters

message string
innerException Exception