Class InvalidMessageHandlerSignatureException
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?)
Creates an instance of InvalidMessageHandlerSignatureException.
public InvalidMessageHandlerSignatureException(string message, Exception? innerException = null)